Stream.peek: The `peek` method in the Stream API allows developers to perform an action for each element in a stream without altering the elements. It is commonly used for debugging or performing side effects like logging while processing a stream.
https://en.wikipedia.org/wiki/Java_version_history#JDK_8