Hacker News new | ask | show | jobs
by krzyk 829 days ago
Linkable features https://openjdk.org/projects/jdk/22/

For me personally the most interesting one is JEP461 (Stream Gatherers) https://openjdk.org/jeps/461

This will allow addition of interesting stream operations.

1 comments

This is indeed nice. However, static extension methods would have made this feature simpler (and more generic).
And would also make code harder to read. I was always reluctant to use those in Scala because of this.