RFR: jsr166 jdk9 integration wave 12

Remi Forax forax at univ-mlv.fr
Fri Nov 18 07:17:18 UTC 2016


----- Mail original -----
> De: "Martin Buchholz" <martinrb at google.com>
> À: "Paul Sandoz" <Paul.Sandoz at oracle.com>
> Cc: "core-libs-dev" <core-libs-dev at openjdk.java.net>
> Envoyé: Vendredi 18 Novembre 2016 05:29:12
> Objet: Re: RFR: jsr166 jdk9 integration wave 12

[..]


>>  317         c.forEach(e -> addLast(e));
>>
>> this::addLast, up to you which you prefer
>>
>>
> Meh.  Left as is; another vote could tip to the other side.
> 
> 

I like the rule that says, use a method reference if you can and a lambda otherwise.
so i vote for this::addLast :)

Rémi


More information about the core-libs-dev mailing list