RegistrySignalNode class final

Engine identity of a ListenerRegistry-backed source (observable, collection, …). Marked mutable | dirty at notification time; pulling it simply confirms "yes, it changed" — the actual value equality was already filtered by the owner before notifying.

Identidade no motor de uma fonte baseada em ListenerRegistry (observável, coleção, …). Marcado mutable | dirty no momento da notificação; puxá-lo simplesmente confirma "sim, mudou" — a igualdade de valor real já foi filtrada pelo dono antes de notificar.

Inheritance

Constructors

RegistrySignalNode()
Creates the node in its resting state. / Cria o nó em estado de repouso.

Properties

deps ReactiveLink?
Head of this node's dependency list. / Cabeça da lista de dependências.
getter/setter pairinherited
depsTail ReactiveLink?
Tail of the dependency list (O(1) append; also the re-tracking cursor — see ReactiveEngine.link). / Cauda da lista de dependências (append O(1); também o cursor de re-rastreamento — ver ReactiveEngine.link).
getter/setter pairinherited
flags ReactiveFlags
Current state flags. / Flags de estado atuais.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subs ReactiveLink?
Head of this node's subscriber list. / Cabeça da lista de subscribers.
getter/setter pairinherited
subsTail ReactiveLink?
Tail of the subscriber list. / Cauda da lista de subscribers.
getter/setter pairinherited

Methods

didUpdate() bool
Confirms the pending change (see ReactiveEngine.update).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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