Curry5<T1, T2, T3, T4, T5, R> extension

on
  • Map5<T1, T2, T3, T4, T5, R>

Properties

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