trait
Expr[A1, Repr[~ <: Sys[~]] <: expr.Expr[~, A1]] extends stm.Obj.Type
Type Members
-
type
A = A1
-
type
Const[S <: Sys[S]] = Repr[S] with Expr.Const[S, A]
-
type
Ex[S <: Sys[S]] = Repr[S]
-
type
Var[S <: Sys[S]] = Repr[S] with stm.Var[Var.S.Tx, Repr[S]]
Abstract Value Members
-
implicit abstract
def
newConst[S <: Sys[S]](value: A)(implicit tx: newConst.S.Tx): Const[S]
-
abstract
def
newVar[S <: Sys[S]](init: Repr[S])(implicit tx: newVar.S.Tx): Var[S]
-
abstract
def
read[S <: Sys[S]](in: DataInput, access: read.S.Acc)(implicit tx: read.S.Tx): Repr[S]
-
abstract
def
readConst[S <: Sys[S]](in: DataInput, access: readConst.S.Acc)(implicit tx: readConst.S.Tx): Const[S]
-
abstract
def
readIdentifiedObj[S <: Sys[S]](in: DataInput, access: stm.Obj.Type.readIdentifiedObj.S.Acc)(implicit tx: stm.Obj.Type.readIdentifiedObj.S.Tx): Obj[S]
-
abstract
def
readVar[S <: Sys[S]](in: DataInput, access: readVar.S.Acc)(implicit tx: readVar.S.Tx): Var[S]
-
implicit abstract
def
serializer[S <: Sys[S]]: Serializer[serializer.S.Tx, serializer.S.Acc, Repr[S]]
-
abstract
def
typeID: Int
-
implicit abstract
def
valueSerializer: ImmutableSerializer[A]
-
implicit abstract
def
varSerializer[S <: Sys[S]]: Serializer[varSerializer.S.Tx, varSerializer.S.Acc, Var[S]]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
Var
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
init(): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
readObj[S <: Sys[S]](in: DataInput, access: stm.Obj.Type.readObj.S.Acc)(implicit tx: stm.Obj.Type.readObj.S.Tx): 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