Apply3X<A, B, C, T> extension

Partially applies the first argument to the function without currying it.

Essentially acts as a shortcut of currying a function, applying the first argument and immediately uncurrying it back.

on
  • F3<A, B, C, T>

Methods

apply(A a) F2<B, C, T>
Partially applies the first argument to the function without currying it.