+ 16
Java Streams tutorial
I tried the search bar in SL (didn't find any unless I missed it) and google (found tons of websites about this topic). Does anyone know any good website or ebook to recommend that tackles Java Streams? I'm trying to learn this on my own. Tips about this topic is very much welcome.
12 Answers
+ 14
This seems to be a good one.
https://stackify.com/streams-guide-java-8/
+ 10
Just in case anyone is interested. I found these cheatsheets. You can also download them for offline use:
https://zeroturnaround.com/rebellabs/java-8-streams-cheat-sheet/
https://zeroturnaround.com/rebellabs/java-8-best-practices-cheat-sheet/
+ 7
wow thanks everyone. I'll check on these immediately.
+ 6
+ 5
In case you are looking for some code to understand java Streams (code is written in Python but don't let that confuse you), you can try these:
https://code.sololearn.com/cPVR2uc883Yj/?ref=app
https://code.sololearn.com/cM0NaDKdtVJ4/?ref=app
Also, Venkat Subramaniam has some excellent Devoxx videos on this topic, you can find them on Youtube.
+ 4
Hi! I will drop down this documentation, so it could help you in further development.
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/stream/package-summary.html
+ 3
Android Boi the Stream Api is a very useful tool to do computations in a nice, easy-to-read way. They take some time to learn but it's really worth it!
+ 2
Please whats Java streams??
+ 2
I've studied Lambdas and streams in university and this piece explains them so much better than uni:
https://www.javacodegeeks.com/2015/03/java-8-lambda-expressions-tutorial.html
0
https://www.sololearn.com/discuss/1617154/?ref=app
How can i solve this problem
0
How to create drop down menu