EP53 - Intro to Streams in Java
Nov 19, 2021•44 min
Episode description
GitHub link here: https://github.com/tp02ga/FunWithStreams
In this episode we'll talk about:
- What are streams and why you should care about them
- Comparing a simple Stream example to a Looping example
- Intermediate vs Terminal operations