14 lines
848 B
Markdown
14 lines
848 B
Markdown
|
## Core Java streams
|
||
|
|
||
|
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)
|
||
|
- [Java 8 Stream findFirst() vs. findAny()](https://www.baeldung.com/java-stream-findfirst-vs-findany)
|
||
|
- [Java IntStream Conversions](https://www.baeldung.com/java-intstream-convert)
|
||
|
- [Java 8 Streams peek() API](https://www.baeldung.com/java-streams-peek-api)
|
||
|
- [Collect a Java Stream to an Immutable Collection](https://www.baeldung.com/java-stream-immutable-collection)
|
||
|
- [How to Add a Single Element to a Stream](https://www.baeldung.com/java-stream-append-prepend)
|
||
|
- [Operating on and Removing an Item from Stream](https://www.baeldung.com/java-use-remove-item-stream)
|
||
|
- More articles: [[<-- prev>]](/../core-java-streams) [[next -->]](/../core-java-streams-3)
|