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

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

Implementation

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