StreamCombinerProxy3<T1, T2, T3> constructor

StreamCombinerProxy3<T1, T2, T3>(
  1. Stream<T1> s1,
  2. Stream<T2> s2,
  3. Stream<T3> s3
)

Implementation

StreamCombinerProxy3(this.s1, this.s2, this.s3);