Details
-
Enhancement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
None
-
None
-
b14
Description
Add a new `Stream` operation `<R> Stream<R> flatMap(BiConsumer<T, Consumer<R>> fPusher)` to `Stream` API. This operation would be more receptive to yielding of values as opposed to the current implementation that assembles values (if any) into a `Stream`.
Attachments
Issue Links
- csr for
-
JDK-8248166 Add new flatMap stream operation that is more amenable to pushing
-
- Closed
-
- relates to
-
JDK-8271268 Fix Javadoc links for Stream.mapMulti
-
- Resolved
-