ObservableViewMixin<T> class
abstract
Implements methods of ObservableView in terms of the basic value and stream properties.
- Implemented types
- Implementers
Constructors
Properties
-
changes
→ Stream<
Change< T> > -
Provides a stream of change pairs.
no setteroverride
-
firstNonNull
→ Future<
T> -
Blocks until value is non-null, and then completes with that value.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
nonNullValues
→ Stream<
T> -
A Stream of all non-null values on this view, including the current
value at the time the stream is listened to (if it's non-null).
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
→ Stream<
T> -
Provides a stream of object values when the internals change.
no setterinherited
- value → T
-
no setterinherited
-
values
→ Stream<
T> -
A Stream of all values on this view, including the current value at
the time the stream is listened to.
no setteroverride
Methods
-
dispose(
) → void -
Disposes this disposable and any resources it has open.
inherited
-
map<
M> (M mapper(T)) → ObservableView< M> -
Returns a new ObservableView which is created by lazily calling
mapper
on this view's value, stream, and changes properties.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