#BAEL-17519 add README descriptions (#7935)

This commit is contained in:
Alessio Stalla
2019-10-04 08:52:25 +02:00
committed by Eugen
parent 7490fb6aed
commit 0f64304c34
10 changed files with 44 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
=========
## Java Streams Cookbooks and Examples
This module contains articles about the Stream API in Java.
### Relevant Articles:
- [The Java 8 Stream API Tutorial](https://www.baeldung.com/java-8-streams)
- [Introduction to Java 8 Streams](https://www.baeldung.com/java-8-streams-introduction)
@@ -18,3 +18,4 @@
- [Counting Matches on a Stream Filter](https://www.baeldung.com/java-stream-filter-count)
- [Java 8 Streams peek() API](https://www.baeldung.com/java-streams-peek-api)
- [Working With Maps Using Streams](https://www.baeldung.com/java-maps-streams)
- More articles: [[next -->]](/../java-streams-2)