Re: RFR[8238286]: 'Add new flatMap stream operation that is more amenable to pushing’

Patrick Concannon patrick.concannon at oracle.com
Tue Aug 11 18:11:56 UTC 2020


Hi,

Please find the next iteration of mapMulti in the new webrev below. 

In this iteration the following changes have been made:
The API note for mapMulti has been updated.
Sub-interfaces for {Int, Double, Long}Stream have been refactored to be more specific to mapMulti.
The examples have been changed, and now include a reference to how an explicit type parameter can be used in conjunction with mapMulti.

The CSR and specdiff have also been updated to reflect these changes.

webrev: http://cr.openjdk.java.net/~pconcannon/8238286/webrevs/webrev.05/
specdiff: http://cr.openjdk.java.net/~pconcannon/8238286/specdiff/specout.02/
CSR: https://bugs.openjdk.java.net/browse/JDK-8248166

Kind regards,
Patrick


More information about the core-libs-dev mailing list