update abstract method

bool update(
  1. 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.

Implementation

bool update(ReactiveNode sub);