Re: RFR: 8317993: Add capturing factories to classes in java.util.function package [v3]

2023-10-18 Thread Per Minborg
On Tue, 17 Oct 2023 13:22:29 GMT, Raffaello Giulietti wrote: >> Per Minborg has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update naming and javadocs > > src/java.base/share/classes/java/util/function/BiConsumer.java line 105: > >> 10

Re: RFR: 8317993: Add capturing factories to classes in java.util.function package [v3]

2023-10-18 Thread Per Minborg
> This PR proposes to add a number of "capturing factories" in classes in the > `java.util.function` package. > > The PR additionally (an optionally) proposes to add a new function > `UnaryOperator::andThenUnary` to allow composition while retaining the > `UnaryOperator` type. > > With the new