Func3<A, B, C, R> typedef

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

Implementation

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