DOMAction<T> constructor

DOMAction<T>(
  1. DOMActionExecutor<T> executor
)

Implementation

DOMAction(this.executor);