Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c7b5fc7

Browse files
flatmap lazy?
when could be the flatmap be lazy?
1 parent 4655943 commit c7b5fc7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# 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).
44

55
# Stackoverfow questions:
66
- [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)
77
- [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+
810
# Artciles
911
- [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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /