Tee class

Constructors

Tee()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

consumeL<L, R, O>(Function1<L, Conveyor<Both<L, R>, O>> recv, [Function0<Conveyor<Both<L, R>, O>>? fallback]) Conveyor<Both<L, R>, O>
consumeR<L, R, O>(Function1<R, Conveyor<Both<L, R>, O>> recv, [Function0<Conveyor<Both<L, R>, O>>? fallback]) Conveyor<Both<L, R>, O>
halt<L, R, O>() Conveyor<Both<L, R>, O>
interleave<I>() Conveyor<Both<I, I>, I>
produce<L, R, O>(O h, [Conveyor<Both<L, R>, O>? t]) Conveyor<Both<L, R>, O>
zip<L, R>() Conveyor<Both<L, R>, Tuple2<L, R>>
zipWith<L, R, O>(Function2<L, R, O> f) Conveyor<Both<L, R>, O>