Update README.md

This commit is contained in:
johnA1331 2021-04-01 00:16:07 +08:00 committed by GitHub
parent 34d4a4032d
commit 3693d2ea0b
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ This module contains articles about the Stream API in Java.
- [Debugging Java 8 Streams with IntelliJ](https://www.baeldung.com/intellij-debugging-java-streams)
- [Add BigDecimals using the Stream API](https://www.baeldung.com/java-stream-add-bigdecimals)
- [Should We Close a Java Stream?](https://www.baeldung.com/java-stream-close)
- [Returning Stream vs. Collection](https://www.baeldung.com/java-return-stream-collection)
- More articles: [[<-- prev>]](/../core-java-streams-2)