implicit final class ObjOps[T <: Txn[T]] extends AnyVal
- Self Type
- ObjOps[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def muted(implicit tx: T): Boolean
Short cut for accessing the attribute
"mute"
. - def muted_=(value: Boolean)(implicit tx: T): Unit
Short cut for updating the attribute
"mute"
. - def name(implicit tx: T): String
Short cut for accessing the attribute
"name"
.Short cut for accessing the attribute
"name"
. If their is no value found, a dummy string"<unnamed>"
is returned. - def name_=(value: String)(implicit tx: T): Unit
Short cut for updating the attribute
"name"
. - val this: Obj[T]
- def toString(): String
- Definition Classes
- Any