► Java/Spring courses & guides
https://www.marcobehler.com
► Newsletter
https://bit.ly/2K0Ao4F
► YouTube sub
https://bit.ly/2lVExgm
What is this episode about? If you are using Streams, chances are you want to debug your Stream chains at one time or another. So you call map(), after filter(), after sort() and you want to know exactly which elements are contained in the stream at what step. Find out how to do that in this short episode.