RxListenableImpl<T> class

Inheritance

Constructors

RxListenableImpl(ValueGetter<T> _getter, Stream<Change<T>> onChange)

Properties

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

Methods

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