Map1<T0, R> typedef

Map1<T0, R> = R Function(T0 arg0)

Function callback with 1 argument.

Implementation

typedef Map1<T0, R> = R Function(T0 arg0);