Currying

Transforming a multi-argument function into a sequence of functions that each accept one argument.

Also known as curried function

Used in