Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
javafu2
on Feb 10, 2014
|
parent
|
context
|
favorite
| on:
Streams in Java 8
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)). ... ```
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
so one can write: ``` contries.sorted(comparingInt(Country::getPopulation)). ... ```