Movement methods
goBackward
The goBackward
method moves the state of the underlying Store
back to the previous checkpoint, effectively performing an 'undo' on the Store
data. Read more.
goForward
The goForward
method moves the state of the underlying Store
forwards to a future checkpoint, effectively performing an 'redo' on the Store
data. Read more.
goTo
The goTo
method moves the state of the underlying Store
backwards or forwards to a specified checkpoint. Read more.