Curry8<T1, T2, T3, T4, T5, T6, T7, T8, R> extension
- on
-
- Map8<T1, T2, T3, T4, T5, T6, T7, T8, R>
Properties
-
curry
→ Map1<T1, Map1<T2, Map1<T3, Map1<T4, Map1<T5, Map1<T6, Map1<T7, Map1<T8, R>>>>>>>>
-
Available on Map8<T1, T2, T3, T4, T5, T6, T7, T8, R>,
provided by the Curry8 extension
Converts a function with 8 positional arguments into a sequence of 8
functions taking a single argument.
no setter