We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8fdcb commit ffd7ae8Copy full SHA for ffd7ae8
1 file changed
core-java-modules/core-java-streams-3/README.md
@@ -8,4 +8,5 @@ This module contains articles about the Stream API in Java.
8
- [The Difference Between Collection.stream().forEach() and Collection.forEach()](https://www.baeldung.com/java-collection-stream-foreach)
9
- [Guide to Java 8’s Collectors](https://www.baeldung.com/java-8-collectors)
10
- [Primitive Type Streams in Java 8](https://www.baeldung.com/java-8-primitive-streams)
11
-- More articles: [[<-- prev>]](/../core-java-streams-2)
+- [Debugging Java 8 Streams with IntelliJ](https://www.baeldung.com/intellij-debugging-java-streams)
12
+- More articles: [[<-- prev>]](/../core-java-streams-2)
0 commit comments