Curry4<T1, T2, T3, T4, R> extension
Properties
-
curry
→ Map1<T1, Map1<T2, Map1<T3, Map1<T4, R>>>>
-
Available on Map4<T1, T2, T3, T4, R>,
provided by the Curry4 extension
Converts a function with 4 positional arguments into a sequence of 4
functions taking a single argument.
no setter