Updated State of the Lambda

John Nilsson john at milsson.nu
Sat Oct 16 14:15:05 PDT 2010


Will method references work with static imports?

import static Person.compareByAge;
...
Arrays.sort(people, #compareByAge);

BR,
John


More information about the lambda-dev mailing list