StreamZip<T> constructor

StreamZip<T>(
  1. Iterable<Stream<T>> streams
)

Implementation

StreamZip(Iterable<Stream<T>> streams) : _streams = streams;