Calls an operation function on the Iterable then returns the result as a Stream allowing to chain it with more Stream related methods.
Rest
...ops: OperationFunction<T, T>[]Calls an operation function on the Iterable then returns the result as a Stream allowing to chain it with more Stream related methods.
Rest
...ops: AsyncOperationFunction<T, T>[]
Wrapper class to extend the functionality of an Iterable