Mapper<T, R> typedef

Mapper<T, R> = R Function(T)

Implementation

typedef Mapper<T, R> = R Function(T);