ExpandedExit

final protected class ExpandedExit[T <: Txn[T]](code: IExpr[T, Int]) extends IActionImpl[T]
trait IActionImpl[T]
trait IAction[T]
trait Disposable[T]
trait Form[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def executeAction(tx: T): Unit

Inherited methods

final protected def addDisposable(d: Disposable[T])(tx: T): Unit
Inherited from
IActionImpl
def addSource(tr: ITrigger[T])(tx: T): Unit
Inherited from
IActionImpl
def dispose(tx: T): Unit
Inherited from
IActionImpl