ListenableImpl<T> class
- Implemented types
-
- Listenable<
T>
- Listenable<
Constructors
-
ListenableImpl(RxValue<
T> _inner)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onChange
→ Stream<
Change< T> > -
Stream of record of
Changes of valueno setteroverride - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ Stream<
T> -
Stream of changes of value
no setteroverride
Methods
-
bind(
RxValue< T> other) → void -
Binds
otherto thisoverride -
bindOrSet(
dynamic other) → void -
Binds if
otheris Stream or RxValue of typeT. Sets ifotheris instance ofToverride -
bindStream(
Stream< T> stream) → void -
Binds the
streamto thisoverride -
listen(
ValueCallback< T> callback) → StreamSubscription<T> -
Calls
callbackwith current value, when the value changes.override -
map<
R> (R mapper(T data)) → Stream< R> -
Maps the changes into a Stream of
Roverride -
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