Fn3<R, T0, T1, T2> typedef

Fn3<R, T0, T1, T2> = R Function(T0, T1, T2)

Implementation

typedef Fn3<R, T0, T1, T2> = R Function(T0, T1, T2);