update abstract method
Updates a reactive node and returns true if changed.
Parameters:
sub: The reactive node to update
Returns: true if the node's value changed, false otherwise
Implementation
bool update(ReactiveNode sub);
Updates a reactive node and returns true if changed.
Parameters:
sub: The reactive node to updateReturns: true if the node's value changed, false otherwise
bool update(ReactiveNode sub);