|
Scala 2.3.0
|
class
RevertableHistory
[A <: scala.collection.mutable.Undoable, B]
extends
scala.collection.mutable.History[A, B]
with
scala.collection.mutable.Undoable
with
scala.ScalaObject
History
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
|
Val inherited from scala.collection.mutable.History[A, B] | |
log , maxHistory |
Def Summary | |
def
undo
: scala.Unit
Rollback the full history. |
Def inherited from scala.collection.mutable.History[A, B] | |
clear , elements, events, notify, size |
Def inherited from scala.collection.mutable.Undoable | |
undo |
Constructor Detail |
Def Detail |