Creates a task expanding each item into a data source.
Each item is converted into a Data value and replaced in the feed by the items that value
contributes, according to its shape; conversion is lazy, one item at a time, and expansions are emitted in source
order. An item expanding to nothing simply drops out of the feed.
The mapper returns a batch of items rather than a single value, so an item replaced by exactly one value expands to
an array wrapping it.
The function converting each item into the data source replacing it; an empty result, as well as an
undefined value within the expansion, contributes nothing, so expansion doubles as filtering
Creates a task expanding each item into a data source.
Each item is converted into a Data value and replaced in the feed by the items that value contributes, according to its shape; conversion is lazy, one item at a time, and expansions are emitted in source order. An item expanding to nothing simply drops out of the feed.
The mapper returns a batch of items rather than a single value, so an item replaced by exactly one value expands to an array wrapping it.