StreamTuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9> constructor
StreamTuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9> ()
Implementation
StreamTuple9(
this.stream1,
this.stream2,
this.stream3,
this.stream4,
this.stream5,
this.stream6,
this.stream7,
this.stream8,
this.stream9,
);