|
1 | 1 | # JavaChallenges
|
2 | | -This repository contains my Java notes about new features of Java. |
3 | | -The source code contains the java challenges found on the following [youtube channel](https://www.youtube.com/channel/UCKivNkyXL2n-Up8ixk-72xQ). |
| 2 | +This repository contains my Java notes about the new features of the Java Language. |
| 3 | +The src folder contains the java challenges found on the following [youtube channel](https://www.youtube.com/channel/UCKivNkyXL2n-Up8ixk-72xQ). |
4 | 4 |
|
5 | 5 | # Stackoverfow questions:
|
6 | 6 | - [What's the difference between map() and flatMap() methods in Java 8?](https://stackoverflow.com/questions/26684562/whats-the-difference-between-map-and-flatmap-methods-in-java-8)
|
7 | 7 | - [Stream and the distinct operation](https://stackoverflow.com/questions/21333646/stream-and-the-distinct-operation)
|
| 8 | +- [Is flatMap guaranteed to be lazy?](https://stackoverflow.com/questions/46288915/is-flatmap-guaranteed-to-be-lazy/46291806#46291806) |
| 9 | + |
8 | 10 | # Artciles
|
9 | 11 | - [From javarevisited: What's the difference between map() and flatMap() methods in Java 8?](https://javarevisited.blogspot.com/2016/03/difference-between-map-and-flatmap-in-java8.html)
|
0 commit comments