Action1<State, System, T, R> typedef

Action1<State, System, T, R> = Action<State, System, T, R>

Type alias of Action.

Implementation

typedef Action1<State, System, T, R> = Action<State, System, T, R>;