RFR: JDK-8319123 : Implementation of JEP-461: Stream Gatherers (Preview)

Viktor Klang vklang at openjdk.org
Wed Nov 8 20:10:06 UTC 2023


On Wed, 8 Nov 2023 19:52:53 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> This Pull-Request implements [JEP-461](https://openjdk.org/jeps/461)
>
> src/java.base/share/classes/java/util/stream/Gatherer.java line 194:
> 
>> 192:      * this gathering operation.
>> 193:      *
>> 194:      * <p>By default, this method returns {@link #defaultInitializer()}
> 
> default methods usually have `@implSpec` for the text that specifies what the default implementation does.

@AlanBateman Sounds good, I'll make it an implSpec.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16420#discussion_r1387145790


More information about the core-libs-dev mailing list