CachedFr<T, K, C, F extends Fr<T> > class
- Mixed-in types
-
- HasFr<
C>
- HasFr<
- Available extensions
Properties
Methods
-
call(
) → T -
changes(
) → Stream< C> -
"changes" is not a great name since, by contract, the stream
includes the initial, not yet changed value.
maybe rename it to "distinctValues()" ?
inherited
-
item(
K key) → F -
itemFr(
K key, {V? defaultValue}) → Fr< V> -
Available on Fr<
Map< , provided by the FrCommonMapX extensionK, V> > -
itemFrHot(
int index, {V? defaultValue, DspReg? disposers}) → Fr< V> -
Available on Fr<
List< , provided by the FrCommonListX extensionV> > -
itemFrHot(
K key, {V? defaultValue, DspReg? disposers}) → Fr< V> -
Available on Fr<
Map< , provided by the FrCommonMapX extensionK, V> > -
map<
V> (V mapper(T t)) → Fr< V> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onChange(
void callback(T value), {bool fireImmediately = false, DspReg? disposers}) → void -
read(
) → C -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
watch(
) → C -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited