UndoRedo

trait UndoRedo[T <: Txn[T]] extends Disposable[T]
Companion
object
trait Disposable[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def redoAction: Action
def undoAction: Action

Inherited methods

def dispose()(implicit tx: T): Unit
Inherited from
Disposable