HasFu<T> mixin
- Implemented types
-
- Fu<
T>
- Fu<
- Mixin applications
- Available extensions
Properties
Methods
-
add(
V item) → void -
Available on Fu<
List< , provided by the FuCommonListX extensionV> > -
call(
) → T -
changes(
) → Stream< T> -
"changes" is not a great name since, by contract, the stream
includes the initial, not yet changed value.
maybe rename it to "distinctValues()" ?
override
-
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(
) → T -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
void updates(T items)) → void -
override
-
watch(
) → T -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited