update abstract method

void update(
  1. Updater<T> updater
)

Update value using callback and inform subscribers.

Implementation

void update(Updater<T> updater);