Function4X<R, A, B, C, D> extension
- on
-
- Function4<
A, B, C, D, R>
- Function4<
Methods
-
curry(
) → Function1< A, Function1< B, Function1< >C, Function1< >D, R> > -
invoke(
A first, B second, C third, D fourth) → R - Invokes this function and returns it's return value.
-
partial(
A first) → Function3< B, C, D, R> -
partial2(
A first, B second) → Function2< C, D, R> -
partial3(
A first, B second, C third) → Function1< D, R> -
partial4(
A first, B second, C third, D fourth) → Function0< R>