JEP proposed to target JDK 22: 461: Stream Gatherers (Preview)
Daniel Schmid
daniel at wwwmaster.at
Tue Nov 21 09:31:44 UTC 2023
When reading the type parameters of the
"Gatherer.of"/"Gatherer.ofSequential" methods, I realized that the type
parameter for the intermediate state is documted as
> the type of initializer for the new gatherer
While not being wrong, it looks a bit confusing to me as it refers to
the intermediate state which is also used by the integrator, that type
parameter is not exclusive to the initializer.
Is there a reason it is not called
> the type of intermediate state for the new gatherer
or something similar?
Am 20.11.2023 um 17:17 schrieb Mark Reinhold:
> The following JEP is proposed to target JDK 22:
>
> 461: Stream Gatherers (Preview)
> https://openjdk.org/jeps/461
>
> Summary: Enhance the Stream API to support custom intermediate
> operations. This will allow stream pipelines to transform data in ways
> that are not easily achievable with the existing built-in intermediate
> operations. This is a preview API.
>
> Feedback on this proposal from JDK Project Committers and Reviewers [1]
> is more than welcome, as are reasoned objections. If no such objections
> are raised by 20:00 UTC on Wednesday, 29 November, or if they’re raised
> and then satisfactorily answered, then per the JEP 2.0 process proposal
> [2] I’ll target this JEP to JDK 22.
>
> - Mark
>
>
> [1] https://openjdk.org/census#jdk
> [2] https://cr.openjdk.java.net/~mr/jep/jep-2.0-02.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4490 bytes
Desc: Kryptografische S/MIME-Signatur
URL: <https://mail.openjdk.org/pipermail/jdk-dev/attachments/20231121/29db69e5/smime.p7s>
More information about the jdk-dev
mailing list