RxListenable<T> class abstract

Implementers

Constructors

RxListenable()

Properties

hashCode int
The hash code for this object.
no setterinherited
onChange Stream<Change<T>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
no setter
values Stream<T>
no setter

Methods

listen(ValueCallback<T> callback) StreamSubscription<T>
Calls callback with current value, when the value changes.
map<R>(R mapper(T data)) Stream<R>
Maps the changes into a Stream of R
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