CurryExtension2<Input1, Input2, Output> extension

on
  • Output Function(Input1, Input2)

Methods

curry(Input1 input1) → Output Function(Input2)
Convert this function from accepting two parameters to a function that returns another function both accepting one parameter.