Syntax for method references

Brian Goetz brian.goetz at oracle.com
Tue Oct 25 15:01:21 PDT 2011


This is the current front-runner.  

On Oct 25, 2011, at 9:26 AM, Stephen Colebourne wrote:

> Is this now decided? Or just an experiment?
> http://www.ibm.com/developerworks/java/library/j-ldn3/index.html?ca=drs-
> 
> Collections.sortBy(people, Person::getLastName);
> people.sortBy(Person::getLastName);
> 
> Stephen
> 



More information about the lambda-dev mailing list