RxListenableImpl<T> class
- Inheritance
-
- Object
- RxListenable<
T> - RxListenableImpl
Constructors
-
RxListenableImpl(ValueGetter<
T> _getter, Stream<Change< onChange)T> >
Properties
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