update abstract method
Updates the node's value if it's dirty and returns whether it was updated.
Returns true
if the node was dirty and its value was successfully updated,
false
otherwise.
Implementation
bool update(ReactiveNode sub);
Updates the node's value if it's dirty and returns whether it was updated.
Returns true
if the node was dirty and its value was successfully updated,
false
otherwise.
bool update(ReactiveNode sub);