- uncurryTuple4<A, B, C, D, E>(_): ((_) => E)
Parameters
_: ((_) => ((_) => ((_) => ((_) => E))))
- (_): ((_) => ((_) => ((_) => E)))
Returns ((_) => ((_) => ((_) => E)))
- (_): ((_) => ((_) => E))
Returns ((_) => ((_) => E))
- (_): ((_) => E)
Returns ((_) => E)
Returns ((_) => E)
Transforms the given function of four arguments from curried format to "tuple curried" which can be used with Opt.zip4.