2 packages tagged with “partial-function-application”
Currying and Partial application for C# functions and actions.
Partial application refers to the process of fixing a number of arguments to a function, producing another function of smaller arity. This library provides extension methods for the System.Action and System.Func`1 group of delegates, allowing them to be partially applied.