java-tutorials/libraries-stream/README.md

11 lines
485 B
Markdown
Raw Normal View History

## Server
This module contains articles about stream libraries.
### Relevant Articles:
- [Merging Streams in Java](https://www.baeldung.com/java-merge-streams)
- [Guide to Java Parallel Collectors Library](https://www.baeldung.com/java-parallel-collectors)
- [DistinctBy in the Java Stream API](https://www.baeldung.com/java-streams-distinct-by)
- [Introduction to StreamEx](https://www.baeldung.com/streamex)
- [Introduction to Protonpack](https://www.baeldung.com/java-protonpack)