UncurryExtension3<Input1, Input2, Input3, Output> extension
- on
-
- Output Function(Input3) Function(Input2) Function(Input1)
Properties
- uncurry → Output Function(Input1, Input2, Input3)
-
Available on Output Function(Input3) Function(Input2) Function(Input1), provided by the UncurryExtension3 extension
Convert a function that returns a series of functions to a single function accepting three parameters.no setter