StreamCombinerProxy3<T1, T2, T3> class

Constructors

StreamCombinerProxy3(Stream<T1> s1, Stream<T2> s2, Stream<T3> s3)

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

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)) Stream<T>
withTuple() Stream<Tuple3<T1, T2, T3>>

Operators

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