2bdba48843
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade * [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java * [JAVA-1657] Upgraded JUnit Jupiter version * [JAVA-1657] Get JUnit 4 dependency transitively |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Core Java streams
This module contains articles about the Stream API in Java.
Relevant Articles:
- Java 8 and Infinite Streams
- How to Get the Last Element of a Stream in Java?
- “Stream has already been operated upon or closed” Exception in Java
- Iterable to Stream in Java
- How to Iterate Over a Stream With Indices
- Stream Ordering in Java
- Introduction to Protonpack
- Java Stream Filter with Lambda Expression
- Counting Matches on a Stream Filter
- Summing Numbers with Java Streams
- More articles: [next -->]