Skip to content

Commit 597cf0a

Browse files
authoredAug 20, 2020
new articles about java stream collectors and sealed types.
1 parent 06d234b commit 597cf0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ The src folder contains the java challenges found on the following [youtube chan
1111
- [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)
1212
- [Use Stream API simpler or don’t use it at all](https://medium.com/@tagir_valeev/use-stream-api-simpler-or-dont-use-it-at-all-ea0a44a4b1ff)
1313
- [Map.merge() - One method to rule them all](https://www.nurkiewicz.com/2019/03/mapmerge-one-method-to-rule-them-all.html)
14+
- [Java Stream collectors](https://medium.com/@liakh.aliaksandr/predefined-java-stream-collectors-cee514c3ad63).
15+
- [Sealed Types in Java](https://medium.com/@yassinhajaj/sealed-types-in-java-2c13d6e8d61).

0 commit comments

Comments
 (0)
Please sign in to comment.