Curry4<T1, T2, T3, T4, R> extension

on
  • Map4<T1, T2, T3, T4, R>

Properties

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