update abstract method

S update(
  1. Updater<S> updater
)

Updates the current state.

Implementation

S update(Updater<S> updater);