On Mon, 13 Nov 2023 23:48:25 GMT, Paul Sandoz <psan...@openjdk.org> wrote:
>> Viktor Klang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Minor improvements to Gatherer Javadoc > > src/java.base/share/classes/java/util/stream/Gatherer.java line 166: > >> 164: * arguments passed to the combiner function, and the argument >> passed to the >> 165: * finisher function must be the result of a previous invocation of >> the >> 166: * initializer, integrator, or combiner functions.</li> > > the integrator returns a boolean, so is it just the result of a previous > invocation of the initializer or combiner functions? (Similarly for the next > clause.) Nice catch—thanks, Paul! ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16420#discussion_r1392095692