update abstract method

bool update(
  1. ReactiveNode sub
)

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);