MultiArgFunction5<T, S, U, V, W, X> typedef

MultiArgFunction5<T, S, U, V, W, X> = T Function(S, U, V, W, X)

a typedef for a "multi-argument" Function

Implementation

typedef MultiArgFunction5<T, S, U, V, W, X> = T Function(S, U, V, W, X);