UncurryExtension2<Input1, Input2, Output> extension

on
  • Output Function(Input2) Function(Input1)

Properties

uncurry → Output Function(Input1, Input2)
Convert a function that returns another function to a single function accepting two parameters.
no setter