Class for chaining the result of one function into another.
The result returned by the previous function.
Executes the specified function, passing the current result as an input.
A function taking the last result and returning a new result which can then be piped again.
Generated using TypeDoc
Class for chaining the result of one function into another.