Func4<A, B, C, D, R> typedef

Func4<A, B, C, D, R> = R Function(A a, B b, C c, D d)

Implementation

typedef R Func4<A, B, C, D, R>(A a, B b, C c, D d);