withTuple method

Stream<Tuple6<T1, T2, T3, T4, T5, T6>> withTuple()

Implementation

Stream<Tuple6<T1, T2, T3, T4, T5, T6>> withTuple() =>
    withFunction((s1, s2, s3, s4, s5, s6) => Tuple6(s1, s2, s3, s4, s5, s6));