Java Streams
Java streams have been around since Java 81. Java streams have been extensively covered by tutorials, and documentations 234 and are heavily used in the wild5. This blog post exposes why java streams are so important for the java ecosystem.
The main point developed is that, compared to imperative for
and if
,
Java streams produce “better” code at very little cost.