|
|
Scala 2.1.6
|
class
RevertableHistory
[ A <: scala.collection.mutable.Undoable , B ]
extends
scala.collection.mutable.History[A,B] with
scala.collection.mutable.Undoable with
scala.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