implicit final class ObjOps[S <: Sys[S]] extends AnyVal
- Self Type
- ObjOps[S]
- Alphabetic
- By Inheritance
- ObjOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
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: S.Tx): Boolean
Short cut for accessing the attribute
"mute". -
def
muted_=(value: Boolean)(implicit tx: S.Tx): Unit
Short cut for updating the attribute
"mute". -
def
name(implicit tx: S.Tx): 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: S.Tx): Unit
Short cut for updating the attribute
"name". - val this: Obj[S]
-
def
toString(): String
- Definition Classes
- Any