MapFunc<T, R> typedef

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

Implementation

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