StateAction<S, A> constructor

StateAction<S, A>(
  1. S state,
  2. A action
)

Implementation

StateAction(this.state, this.action);