StreamTuple5<T1, T2, T3, T4, T5> constructor
StreamTuple5<T1, T2, T3, T4, T5> ()
Implementation
StreamTuple5(
this.stream1,
this.stream2,
this.stream3,
this.stream4,
this.stream5,
);