Streams
-
Enterprise Java
Improving performance: non-blocking processing of streams
1. Introduction Imagine we have an application that needs to access an external web service in order to gather information…
Read More » -
Core Java
JDK 8 Streams and Grouping
I wrote about the powerful features of using JDK 8‘s Streams with Java collections in the post Stream-Powered Collections Functionality…
Read More » -
Core Java
Walking Recursive Data Structures Using Java 8 Streams
The Streams API is a real gem in Java 8, and I keep finding more or less unexpected uses for…
Read More »