How to properly debug Java Streams - Tips & Tricks

Опубликовано: 05 Октябрь 2024
на канале: Marco Behler
6,787
234

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