StreamTuple3<T1, T2, T3> constructor

StreamTuple3<T1, T2, T3>(
  1. Stream<T1> stream1,
  2. Stream<T2> stream2,
  3. Stream<T3> stream3
)

Implementation

StreamTuple3(this.stream1, this.stream2, this.stream3);