Listenable<T> class
abstract
- Implementers
Constructors
Properties
Methods
-
bind(
RxValue< T> other) → void -
Binds
otherto this -
bindOrSet(
dynamic other) → void -
Binds if
otheris Stream or RxValue of typeT. Sets ifotheris instance ofT -
bindStream(
Stream< T> stream) → void -
Binds the
streamto this -
listen(
ValueCallback< T> callback) → StreamSubscription<T> -
Calls
callbackwith 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