framework-js icon indicating copy to clipboard operation
framework-js copied to clipboard

Introduce DataStream.flatten() method

Open f1ames opened this issue 4 years ago • 0 comments

Feature description

Introduce DataStream.flatten() method similar to v4:

A shorthand for streams of arrays or iterables to flatten them.

More efficient equivalent of: .flatmap(i => i); Works on streams of async iterables too.


If you are interested in this issue or this type of transforms fits your use case, please upvote with :+1:.

f1ames avatar Dec 13 '21 10:12 f1ames