CachedFu<T, K, C, F extends Fw<T> > class
- Mixed-in types
-
- HasFu<
C>
- HasFu<
- Available extensions
Constructors
Properties
-
fv
→ Fu<
C> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keys
→ Fr<
Iterable< K> > -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sortedKeys
→ Fr<
Iterable< K> > -
latefinal
- value → T
-
Available on Fr<
T> , provided by the FrX extensionno setter
Methods
-
add(
V item) → void -
Available on Fu<
List< , provided by the FuCommonListX extensionV> > -
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
-
exists(
K key) → Fr< bool> -
get(
K key) → Fr< T?> -
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> > -
itemFw(
int index, {V? defaultValue}) → Fw< V> -
Available on Fu<
List< , provided by the FuCommonListX extensionV> > -
itemFw(
K key, {V? defaultValue}) → Fw< V> -
Available on Fu<
Map< , provided by the FuCommonMapX extensionK, V> > -
itemFwHot(
int index, {V? defaultValue, DspReg? disposers}) → Fw< V> -
Available on Fu<
List< , provided by the FuCommonListX extensionV> > -
itemFwHot(
K key, {V? defaultValue, DspReg? disposers}) → Fw< V> -
Available on Fu<
Map< , provided by the FuCommonMapX 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
-
update(
void updates(C items)) → void -
inherited
-
watch(
) → C -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited