Replayer<T> class

Replayer first replays items to an observer that are emitted by the source Observable(s) and then forward upcoming items to this observer.

Implemented types
Available Extensions

Constructors

Replayer({required int bufferSize})
Use Replayer(...) to create a subject that replay items already emitted to observer, also forward upcoming items to observer.

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

dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observe(OnData<T> onData) Disposable
Use observable.observe to start observe an observable, use returned observation to stop observe.
override
onData(T data) → void
Use observer.onData to notify observer.
override
toString() String
A string representation of this object.
inherited

Operators

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