2019-10-31 21:43:47 -04:00
|
|
|
## Core Java streams
|
|
|
|
|
|
|
|
This module contains articles about the Stream API in Java.
|
|
|
|
|
2023-10-13 07:41:35 -04:00
|
|
|
### Relevant Articles:
|
2019-10-31 21:43:47 -04:00
|
|
|
- [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)
|
|
|
|
- [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)
|
2020-04-10 04:46:53 -04:00
|
|
|
- [Add BigDecimals using the Stream API](https://www.baeldung.com/java-stream-add-bigdecimals)
|
2020-05-05 04:51:28 -04:00
|
|
|
- [Should We Close a Java Stream?](https://www.baeldung.com/java-stream-close)
|
2021-03-31 12:16:07 -04:00
|
|
|
- [Returning Stream vs. Collection](https://www.baeldung.com/java-return-stream-collection)
|
2021-04-21 11:39:47 -04:00
|
|
|
- [Convert a Java Enumeration Into a Stream](https://www.baeldung.com/java-enumeration-to-stream)
|
2023-12-25 23:47:23 -05:00
|
|
|
- More articles: [[<-- prev>]](/../core-java-streams-2) [[next -->]](/../core-java-streams-4)
|