uncurryTuple5 ()
- uncurryTuple5<A, B, C, D, E, F>(_): ((_) => F)
Parameters
_: ((_) => ((_) => ((_) => ((_) => ((_) => F)))))
- (_): ((_) => ((_) => ((_) => ((_) => F))))
Returns ((_) => ((_) => ((_) => ((_) => F))))
- (_): ((_) => ((_) => ((_) => F)))
Returns ((_) => ((_) => ((_) => F)))
- (_): ((_) => ((_) => F))
Returns ((_) => ((_) => F))
- (_): ((_) => F)
Returns ((_) => F)
Returns ((_) => F)
Back to index
Transforms the given function of five arguments from curried format to "tuple curried" which can be used with Opt.zip5.