StreamExtensions<E> extension

Extends Streams with some common helper properties and functions

since 0.0.1

on

Methods

peek(void fn(E element)) Stream<E>
Returns an Stream consisting of the elements of this Stream, additionally performing the provided action on each element as elements are consumed from the resulting Stream