java-tutorials/core-java-modules/core-java-16/README.md

6 lines
320 B
Markdown
Raw Normal View History

### Relevant articles:
- [Collect a Java Stream to an Immutable Collection](https://www.baeldung.com/java-stream-immutable-collection)
2021-09-15 10:03:24 -04:00
- [Guide to mapMulti in Stream API](https://www.baeldung.com/java-mapmulti)
2021-09-22 10:41:26 -04:00
- [Collecting Stream Elements into a List in Java](https://www.baeldung.com/java-stream-to-list-collecting)