Curry6<T1, T2, T3, T4, T5, T6, R> extension

on
  • Map6<T1, T2, T3, T4, T5, T6, R>

Properties

curry Map1<T1, Map1<T2, Map1<T3, Map1<T4, Map1<T5, Map1<T6, R>>>>>>
Converts a function with 6 positional arguments into a sequence of 6 functions taking a single argument.
no setter