RxCompositeMixin<T> mixin
Mixin version of RxComposite for use on classes that already extend Rx
- Superclass constraints
- Rx<
T>
- Rx<
Properties
Methods
-
addRx(
Rx rx) → void - Add an Rx to this composite
-
hasStream(
int id) → bool - Check if an Rx stream is registered for testing
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
) → void -
Notify listeners with the current value
inherited
-
notifyWithValue(
T value) → void -
Notify listeners with the given value
inherited
-
register(
) → void -
Register with the current zone's RxRegistrar if it exists
inherited
-
removeRx(
Rx rx) → void - Remove an Rx from this composite
-
run(
RxAction action, {bool notify = true}) → bool -
Run
action
with registration and notifications disabled. Will notify afteraction
is completed ifnotify
is true and the child implementation decides a notification should be sent.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited