object
Obj
Type Members
-
type
AttrAdded[S <: Sys[S]] = Added[S, String, Obj[S]]
-
type
AttrMap[S <: Sys[S]] = Modifiable[S, String, Obj]
-
type
AttrRemoved[S <: Sys[S]] = Removed[S, String, Obj[S]]
-
type
AttrReplaced[S <: Sys[S]] = Replaced[S, String, Obj[S]]
-
type
AttrUpdate[S <: Sys[S]] = Update[S, String, Obj]
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
AttrAdded: Added.type
-
val
AttrRemoved: Removed.type
-
val
AttrReplaced: Replaced.type
-
def
addType(tpe: Type): Unit
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
attrMapSerializer[S <: Sys[S]]: Serializer[Obj.attrMapSerializer.S.Tx, Obj.attrMapSerializer.S.Acc, AttrMap[S]]
-
def
clone(): AnyRef
-
def
copy[In <: Sys[In], Out <: Sys[Out], Repr[~ <: Sys[~]] <: Elem[~]](in: Repr[In])(implicit txIn: Obj.copy.In.Tx, txOut: Obj.copy.Out.Tx): Repr[Out]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getType(id: Int): Type
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
read[S <: Sys[S]](in: DataInput, access: Obj.read.S.Acc)(implicit tx: Obj.read.S.Tx): Obj[S]
-
implicit
def
serializer[S <: Sys[S]]: Serializer[Obj.serializer.S.Tx, Obj.serializer.S.Acc, Obj[S]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit