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

Fun4<A, B, C, D, E> = E Function(A, B, C, D)

Implementation

typedef Fun4<A, B, C, D, E> = E Function(A, B, C, D);