|
Scala Library Documentation
|
|
scala/collection/mutable/Undoable.scala]
trait
Undoable
extends AnyRefUndoable class provide an operation
undo which can be used to undo the last operation.| Method Summary | |
abstract def
|
undo
: Unit
Undo the last operation.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library Documentation
|
|