Func5<A, B, C, D, E, R> typedef

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

Implementation

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