How to Properly Debug Java Streams [Video]
Debugging stream chains is serious business.
Join the DZone community and get the full member experience.
Join For FreeWhat Is This Episode About?
If you are using streams, chances are you have needed to debug your stream chains at one time or another. So, you call map()
, afterfilter()
, 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.
Stream (computing)
Debug (command)
Java (programming language)
Published at DZone with permission of Marco Behler. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments