Pipe Executor function type.
The type of the passable object.
The type of the return value from the pipeline execution, defaulting to T.
T
The passable objects being sent through the pipeline.
The result of the execution, which could be a synchronous or asynchronous response.
Pipe Executor function type.