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 | ||
README.md | ||
pom.xml |
README.md
Core Java streams
This module contains articles about the Stream API in Java.
Relevant Articles:
- The Difference Between map() and flatMap()
- How to Use if/else Logic in Java 8 Streams
- The Difference Between Collection.stream().forEach() and Collection.forEach()
- Guide to Java 8’s Collectors
- Primitive Type Streams in Java 8
- Debugging Java 8 Streams with IntelliJ
- Add BigDecimals using the Stream API
- Should We Close a Java Stream?
- More articles: [<-- prev>]