Repr

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

Type members

Types

type C = Peer

Value members

Inherited methods

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