Map1<T1, R> typedef

Map1<T1, R> = R Function(T1 arg1)

Mapping function type with 1 positional argument.

Implementation

typedef Map1<T1, R> = R Function(T1 arg1);