StreamCombinerProxy6<T1, T2, T3, T4, T5, T6> class

Constructors

StreamCombinerProxy6(Stream<T1> s1, Stream<T2> s2, Stream<T3> s3, Stream<T4> s4, Stream<T5> s5, Stream<T6> s6)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s1 Stream<T1>
final
s2 Stream<T2>
final
s3 Stream<T3>
final
s4 Stream<T4>
final
s5 Stream<T5>
final
s6 Stream<T6>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withFunction<T>(T fn(T1 s1, T2 s2, T3 s3, T4 s4, T5 s5, T6 s6)) Stream<T>
withTuple() Stream<Tuple6<T1, T2, T3, T4, T5, T6>>

Operators

operator ==(Object other) bool
The equality operator.
inherited