A feed is called to advance the pipe: with a Task to obtain a new feed carrying the transformed values,
with a Sink to consume it and obtain the final result, or without arguments to take over iteration
manually. Composition is lazy, as nothing is pulled from the source until a sink or a manual iteration consumes the
feed.
Type Parameters
V
The type of values in the feed, never undefined, as optional values are dropped as data enters it
Feed under composition.
A feed is called to advance the pipe: with a Task to obtain a new feed carrying the transformed values, with a Sink to consume it and obtain the final result, or without arguments to take over iteration manually. Composition is lazy, as nothing is pulled from the source until a sink or a manual iteration consumes the feed.