Utility functions for working with Java 8 streams.
Creates a Sequence instance that wraps the original stream iterating through its elements.
Creates a sequential Stream instance that produces elements from the original sequence.
Returns a List containing all elements produced by this stream.
Thanks for your feedback!