From ffd7ae8aa64de7a21be357952ae41bbf8ab5bf1e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Fri, 22 Nov 2019 00:17:41 +0800 Subject: [PATCH] Update README.md --- core-java-modules/core-java-streams-3/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core-java-modules/core-java-streams-3/README.md b/core-java-modules/core-java-streams-3/README.md index 4b2c9ed94c..a739245399 100644 --- a/core-java-modules/core-java-streams-3/README.md +++ b/core-java-modules/core-java-streams-3/README.md @@ -8,4 +8,5 @@ This module contains articles about the Stream API in Java. - [The Difference Between Collection.stream().forEach() and Collection.forEach()](https://www.baeldung.com/java-collection-stream-foreach) - [Guide to Java 8’s Collectors](https://www.baeldung.com/java-8-collectors) - [Primitive Type Streams in Java 8](https://www.baeldung.com/java-8-primitive-streams) -- More articles: [[<-- prev>]](/../core-java-streams-2) \ No newline at end of file +- [Debugging Java 8 Streams with IntelliJ](https://www.baeldung.com/intellij-debugging-java-streams) +- More articles: [[<-- prev>]](/../core-java-streams-2)