-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b14
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`.
- 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