java-8
2 articles
Java Optional: The Methods Worth Knowing, and the One That Fools Everyone
Optional's useful methods with real output — and a measurement showing orElse runs its fallback even when the value is present, while orElseGet does not.
JavaJava Stream API Examples, and Four Ways They Surprise You
Complete stream examples with real output — grouping, flattening, collecting to a map — plus four behaviours that cause bugs not looking like stream bugs.
Java