Exploring Java 9: The Key Parts
Improvements/changes
- interface private methods
- effectively final in try-with-resources
- No _ (underscore)
- Stream takeWhile, dropWhile
- Int Stream iterate
- without bounds
Exploring Java 9: The Key Parts
Improvements/changes