Type Members
-
final
type
Change[S <: Sys[S]] = Change[SpanLike]
-
final
type
Ex[S <: Sys[S]] = Expr[S, SpanLike]
-
final
type
ExN[S <: Sys[S]] = Expr[S, SpanLike] with Node[S]
-
final
class
Ops[S <: Sys[S]] extends AnyRef
-
type
ReprConst[S <: Sys[S]] = Expr[S, SpanLike] with Const[S, SpanLike]
-
type
ReprNode[S <: Sys[S]] = Expr[S, SpanLike] with Node[S]
-
type
ReprVar[S <: Sys[S]] = Expr[S, SpanLike] with Var[S, SpanLike]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
implicit
object
ValueSer extends ImmutableSerializer[A]
-
final
def
asInstanceOf[T0]: T0
-
final
def
change[S <: Sys[S]](before: SpanLike, now: SpanLike): Option[Change[SpanLike]]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
from[S <: Sys[S]](start: Expr[S, Long])(implicit tx: Tx): Ex[S]
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
longType: BiType[Long]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
newConfluentVar[S <: Sys[S]](init: Ex[S])(implicit tx: Tx): Var[S, SpanLike]
-
final
def
newConst[S <: Sys[S]](value: SpanLike): Const[S, SpanLike]
-
def
newExpr[S <: Sys[S]](start: Expr[S, Long], stop: Expr[S, Long])(implicit tx: Tx): Ex[S]
-
final
def
newVar[S <: Sys[S]](init: Ex[S])(implicit tx: Tx): Var[S, SpanLike]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
readConst[S <: Sys[S]](in: DataInput): Const[S, SpanLike]
-
final
def
readExpr[S <: Sys[S]](in: DataInput, access: Acc)(implicit tx: Tx): Expr[S, SpanLike]
-
def
readTuple[S <: Sys[S]](cookie: Int, in: DataInput, access: Acc, targets: Targets[S])(implicit tx: Tx): ExN[S]
-
def
readValue(in: DataInput): SpanLike
-
final
def
readVar[S <: Sys[S]](in: DataInput, access: Acc, targets: Targets[S])(implicit tx: Tx): ReprVar[S] with Node[S]
-
final
def
readVar[S <: Sys[S]](in: DataInput, access: Acc)(implicit tx: Tx): Var[S, SpanLike]
-
implicit final
def
serializer[S <: Sys[S]]: EventLikeSerializer[S, Expr[S, SpanLike]]
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
until[S <: Sys[S]](stop: Expr[S, Long])(implicit tx: Tx): Ex[S]
-
implicit final
def
varSerializer[S <: Sys[S]]: Serializer[Tx, Acc, ReprVar[S]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeValue(value: SpanLike, out: DataOutput): Unit
Inherited from AnyRef
Inherited from Any