Map2<T0, T1, R> typedef

Map2<T0, T1, R> = R Function(T0 arg0, T1 arg1)

Function callback with 2 arguments.

Implementation

typedef Map2<T0, T1, R> = R Function(T0 arg0, T1 arg1);