Apply9X<A, B, C, D, E, F, G, H, I, 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
  • F9<A, B, C, D, E, F, G, H, I, T>

Methods

apply(A a) F8<B, C, D, E, F, G, H, I, T>
Partially applies the first argument to the function without currying it.