backward
abstract fun backward( model: M, id: EventIdentifier, event: T, change: C): M
Content copied to clipboard
Reverses a change issued during forward traversal.
Return
the updated model.
Parameters
model
the current model.
id
the EventIdentifier of the event.
event
the body of the event.
change
the body of the change.