Repr

trait Repr[T <: Txn[T]] extends IControl[T]
trait IControl[T]
trait Disposable[T]
trait Form[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def in: Repr[T]
def out: Repr[T]

Inherited methods

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