StreamTuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> class

Wrapper for 15 Streams. Intended to be used with StreamBuilder15

Constructors

StreamTuple15(Stream<T1> stream1, Stream<T2> stream2, Stream<T3> stream3, Stream<T4> stream4, Stream<T5> stream5, Stream<T6> stream6, Stream<T7> stream7, Stream<T8> stream8, Stream<T9> stream9, Stream<T10> stream10, Stream<T11> stream11, Stream<T12> stream12, Stream<T13> stream13, Stream<T14> stream14, Stream<T15> stream15)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream1 Stream<T1>
returns the first stream of the tuple
final
stream2 Stream<T2>
returns the second stream of the tuple
final
stream3 Stream<T3>
returns the third stream of the tuple
final
stream4 Stream<T4>
returns the fourth stream of the tuple
final
stream5 Stream<T5>
returns the fifth stream of the tuple
final
stream6 Stream<T6>
returns the sixth stream of the tuple
final
stream7 Stream<T7>
returns the seventh stream of the tuple
final
stream8 Stream<T8>
returns the eighth stream of the tuple
final
stream9 Stream<T9>
returns the ninth stream of the tuple
final
stream10 Stream<T10>
/ returns the tenth stream of the tuple
final
stream11 Stream<T11>
/ returns the eleventh stream of the tuple
final
stream12 Stream<T12>
/ returns the twelfth stream of the tuple
final
stream13 Stream<T13>
/ returns the thirteenth stream of the tuple
final
stream14 Stream<T14>
/ returns the fourteenth stream of the tuple
final
stream15 Stream<T15>
/ returns the fifteenth stream of the tuple
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

Operators

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