DEV Community

Gregory Sequeira
Gregory Sequeira

Posted on

Java Streams Cheat-sheet.

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)

Collapse
 
danielw profile image
Daniel Waller (he/him)

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-...

Collapse
 
romaincarrillo profile image
RomainCarrillo

Thank you for sharing 👍

Collapse
 
askabhimanyu profile image
Abhimanyu Nagrath

Hi Gregory,

You can refer this github.com/winterbe/java8-tutorial

Collapse
 
gregorys100 profile image
Gregory Sequeira

Thanks Abhimanyu! This will help a lot.

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

I wanted to share this as an amazing find to explain reactive programming. It's very well written. gist.github.com/staltz/868e7e9bc2a...