ZipWithExtension<T>  extension 
 
Extends the Stream class with the ability to zip one Stream with another.
- on
- 
          - Stream<T> 
 
- Stream<
Methods
- 
  zipWith<S, R> (Stream< S> other, R zipper(T t, S s)) → Stream<R> 
- 
      Available on Stream< Returns a Stream that combines the current stream together with another stream using a given zipper function.T> , provided by the ZipWithExtension extension