HasFr<T> mixin
- Implemented types
-
- Fr<
T>
- Fr<
- Mixin applications
- Available extensions
Properties
Methods
-
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> > -
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
-
watch(
) → T -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited