UncurryExtension3<Input1, Input2, Input3, Output> extension

on
  • Output Function(Input3) Function(Input2) Function(Input1)

Properties

uncurry → Output Function(Input1, Input2, Input3)
Convert a function that returns a series of functions to a single function accepting three parameters.
no setter