Wrapper class to extend the functionality of an Iterable
Calls a collector function on the Iterable
Calls an operation function on the Iterable then returns the result as a Stream allowing to chain it with more Stream related methods.
Rest
Wrapper class to extend the functionality of an Iterable