Uncurry9X<A, B, C, D, E, F, G, H, I, T> extension

Uncurries the function, returning a new function that takes multiple arguments instead of a single one, and acts as a normal function that returns a single value.

on
  • CF9<A, B, C, D, E, F, G, H, I, T>

Methods

uncurry(A a, B b, C c, D d, E e, F f, G g, H h, I i) → T
Uncurries the function, returning a new function that takes multiple arguments instead of a single one, and acts as a normal function that returns a single value.