The success value type of the returned effect
The error type of the returned effect
The input type received from the previous pipeline step
Dependencies required by the returned effect
Dependencies provided by the returned effect
PipeableThunk is one of the Pipeable operation types accepted by
pipe and Effect.pipe. It maps the output of one effect to
the input of the next in a pipeline.
A transform function used inside pipe that receives the previous step's result and returns a new Effect.