Command1<T, A> constructor

Command1<T, A>(
  1. CommandAction1<T, A> _action
)

Creates a Command1 with the provided CommandAction1.

Implementation

Command1(this._action);