Updater<TState> typedef

Updater<TState> = TState Function(TState state)

Implementation

typedef Updater<TState> = TState Function(TState state);