|
Scala 2
|
||
class
RevertableHistory
[ A <: Undoable , B ]
extends
History with
Undoable with
ScalaObjectHistory object which supports
an undo operation. Type variable A refers to the type
of the published events, B denotes the publisher type.
Type B is typically a subtype of Publisher.| Constructor Summary | |
def
this
|
|
| Def Summary | |
def
undo
: scala.Unit
Rollback the full history. |
|
| Constructor Detail |
def
this
| Def Detail |
def
undo
: scala.Unit