Syntax for method references

Stephen Colebourne scolebourne at joda.org
Tue Oct 25 09:26:45 PDT 2011


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