Namastey community,
Recently I started learning Streams (because you come across streams a lot while solving competitive programming -_-) and somehow I am not able to get a resource which consolidates/condenses/summarizes all the useful(probably all) stream functions.
Looked up on internet but couldn't find anything good for a cheat sheet.
Do you have something that I can refer to? A website, a git, notes, any resource!
Thanks in advance!
Top comments (5)
Bit late to the party...but anyway :D
As a quick one-page cheat sheet I find this one is pretty good: files.zeroturnaround.com/pdf/zt_ja...
and the accompanying article if you want more explanation what's going on:
zeroturnaround.com/rebellabs/java-...
Thank you for sharing 👍
Hi Gregory,
You can refer this github.com/winterbe/java8-tutorial
Thanks Abhimanyu! This will help a lot.
I wanted to share this as an amazing find to explain reactive programming. It's very well written. gist.github.com/staltz/868e7e9bc2a...