java-tutorials/libraries-stream/README.md

13 lines
633 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)
2024-04-17 03:41:59 -04:00
- [Introduction to Protonpack](https://www.baeldung.com/java-protonpack)
- [Parallel Collection Processing with Parallel Collectors and Virtual Threads](https://www.baeldung.com/java-virtual-threads-parallel-collectors)