2019-10-31 21:43:47 -04:00
|
|
|
|
## Core Java streams
|
|
|
|
|
|
|
|
|
|
This module contains articles about the Stream API in Java.
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
- [The Difference Between map() and flatMap()](https://www.baeldung.com/java-difference-map-and-flatmap)
|
|
|
|
|
- [How to Use if/else Logic in Java 8 Streams](https://www.baeldung.com/java-8-streams-if-else-logic)
|
|
|
|
|
- [The Difference Between Collection.stream().forEach() and Collection.forEach()](https://www.baeldung.com/java-collection-stream-foreach)
|
|
|
|
|
- [Guide to Java 8’s Collectors](https://www.baeldung.com/java-8-collectors)
|
|
|
|
|
- [Primitive Type Streams in Java 8](https://www.baeldung.com/java-8-primitive-streams)
|
2019-11-21 11:17:41 -05:00
|
|
|
|
- [Debugging Java 8 Streams with IntelliJ](https://www.baeldung.com/intellij-debugging-java-streams)
|
|
|
|
|
- More articles: [[<-- prev>]](/../core-java-streams-2)
|