Reducer callback function type used to build a sequence of pipe executions.
The type of the passable object.
The type of the return value from the pipeline execution, defaulting to T.
T
The executor from the previous step in the pipeline.
The current pipe being added to the sequence.
The combined executor function.
Reducer callback function type used to build a sequence of pipe executions.