Mapping<F, T> typedef

Mapping<F, T> = T Function(F from)

Implementation

typedef Mapping<F, T> = T Function(F from);