On Thu, 9 Nov 2023 12:37:30 GMT, Per Minborg <pminb...@openjdk.org> wrote:

>> Which parameters? The type parameters or the method parameters?
>
> Here is an example:
> 
> 
>     static<T, A, R> Collector<T, A, R> of(Supplier<A> supplier,
>                                           BiConsumer<A, T> accumulator,
>                                           BinaryOperator<A> combiner,
>                                           Function<A, R> finisher,
>                                           Characteristics... characteristics) 
> {

I'd love to, but if I want to keep horizontal space manageable I'll have to 
break somewhere..

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

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

Reply via email to