Function5<A, B, C, D, E, F> typedef
Function5<A, B, C, D, E, F> =
F Function(A a, B b, C c, D d, E e)
Implementation
typedef F Function5 <A, B, C, D, E, F> (A a, B b, C c, D d, E e);