ApplyAction<T extends State> typedef

ApplyAction<T extends State> = void Function(T state)

Implementation

typedef void ApplyAction<T extends State>(T state);