MultiArgFunction4<T, S, U, V, W> typedef

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

a typedef for a "multi-argument" Function

Implementation

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