Selector<T, K> typedef

Selector<T, K> = K Function(T selectFrom)

Implementation

typedef Selector<T, K> = K Function(T selectFrom);