CurryExtension2<Input1, Input2, Output> extension
- on
-
- Output Function(Input1, Input2)
Methods
-
curry(
Input1 input1) → Output Function(Input2) -
Available on Output Function(Input1, Input2), provided by the CurryExtension2 extension
Convert this function from accepting two parameters to a function that returns another function both accepting one parameter.