ColdObservable<T> class

Available Extensions

Constructors

ColdObservable(TestScheduler scheduler, TestEventSequence<T> sequence)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduler TestScheduler
finalinherited
sequence TestEventSequence<T>
finalinherited

Methods

createSubscriber(Observer<T> observer) → TestSubscriber<T>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribe(Observer<T> observer) Disposable
Subscribes with the provided observer.
override
toString() String
A string representation of this object.
override

Operators

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