ObjOps

final implicit
class ObjOps[T <: Txn[T]](val this: Obj[T]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def muted(implicit tx: T): Boolean

Short cut for accessing the attribute "mute".

Short cut for accessing the attribute "mute".

def muted_=(value: Boolean)(implicit tx: T): Unit

Short cut for updating the attribute "mute".

Short cut for updating the attribute "mute".

def name(implicit tx: T): String

Short cut for accessing the attribute "name". If their is no value found, a dummy string "&lt;unnamed&gt;" is returned.

Short cut for accessing the attribute "name". If their is no value found, a dummy string "&lt;unnamed&gt;" is returned.

def name_=(value: String)(implicit tx: T): Unit

Short cut for updating the attribute "name".

Short cut for updating the attribute "name".

Concrete fields

val this: Obj[T]