Curry3<T1, T2, T3, R> extension

on
  • Map3<T1, T2, T3, R>

Properties

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