UncurryExtension2<Input1, Input2, Output> extension

on
  • Output Function(Input2) Function(Input1)

Properties

uncurry → Output Function(Input1, Input2)

Available on Output Function(Input2) Function(Input1), provided by the UncurryExtension2 extension

Convert a function that returns another function to a single function accepting two parameters.
no setter