StreamZip<T> constructor Null safety

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

Implementation

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