Selector<TState, T> typedef

Selector<TState, T> = T Function(TState state)

Implementation

typedef T Selector<TState, T>(TState state);