RFR: JDK-8319123 : Implementation of JEP-461: Stream Gatherers (Preview)
Rémi Forax
forax at openjdk.org
Wed Nov 8 17:08:05 UTC 2023
On Mon, 30 Oct 2023 15:38:35 GMT, Viktor Klang <vklang at openjdk.org> wrote:
> This Pull-Request implements [JEP-461](https://openjdk.org/jeps/461)
src/java.base/share/classes/java/util/stream/AbstractPipeline.java line 223:
> 221: * consumed
> 222: */
> 223: protected AbstractPipeline(AbstractPipeline<?, E_IN, ?> previousPreviousStage, AbstractPipeline<?, E_IN, ?> previousStage, int opFlags) {
Same here
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16420#discussion_r1386943713
More information about the core-libs-dev
mailing list