Func3<A, B, C, R> typedef
Func3<A, B, C, R> =
R Function(A a, B b, C c)
Implementation
typedef Func3<A, B, C, R> = R Function(A a, B b, C c);
typedef Func3<A, B, C, R> = R Function(A a, B b, C c);