void doUpdate(ValueUpdate update)

Source

void doUpdate(ValueUpdate update) {
  updateValue(update);
  buffer.add(update);
}