Function composition

Creating a function that passes each stage’s output to the next compatible function.

Also known as function pipeline

Used in