CurryExtension5<Input1, Input2, Input3, Input4, Input5, Output> extension
- on
-
- Output Function(Input1, Input2, Input3, Input4, Input5)
Properties
- curry → Output Function(Input2, Input3, Input4, Input5) Function(Input1)
-
Available on Output Function(Input1, Input2, Input3, Input4, Input5), provided by the CurryExtension5 extension
Extract first parameter from this function to allow curring.no setter - curryAll → Output Function(Input5) Function(Input4) Function(Input3) Function(Input2) Function(Input1)
-
Available on Output Function(Input1, Input2, Input3, Input4, Input5), provided by the CurryExtension5 extension
Convert this function from accepting five parameters to a series of functions that all accept one parameter.no setter - curryLast → Output Function(Input1, Input2, Input3, Input4) Function(Input5)
-
Available on Output Function(Input1, Input2, Input3, Input4, Input5), provided by the CurryExtension5 extension
Extract last parameter from this function to allow curring.no setter