Hacker News new | ask | show | jobs
by javafu2 4511 days ago
It already exists in the API. Your type Projection is a Function, and by is called comparing in interface Comparator.

so one can write: ``` contries.sorted(comparingInt(Country::getPopulation)). ... ```