RxComposite class abstract

An Rx that is composed of other Rx objects and notifies when they do

Inheritance
Mixed in types

Constructors

RxComposite()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<void>
Stream of value changes
no setterinherited

Methods

addRx(Rx rx) → void
Add an Rx to this composite
inherited
hasStream(int id) bool
Check if an Rx stream is registered for testing
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify() → void
Notify listeners with the current value
override
notifyWithValue(void 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
inherited
run(RxAction action, {bool notify = true}) bool
Run action with registration and notifications disabled. Will notify after action is completed if notify is true and the child implementation decides a notification should be sent.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited