Fun5<A, B, C, D, E> typedef

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

Implementation

typedef Fun5<A, B, C, D, E> = E Function(A a, B b, C c, D d);