object Action extends Type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Action
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Body extends AnyRef
-
final
case class
DoubleVector(xs: IndexedSeq[Double]) extends Product with Serializable
Possible type for
universe.value.Possible type for
universe.value. Overcomes erasure. -
final
case class
FloatVector(xs: IndexedSeq[Float]) extends Product with Serializable
Possible type for
universe.value.Possible type for
universe.value. Overcomes erasure. - trait Universe[S <: Sys[S]] extends proc.Universe[S]
- trait Var[S <: Sys[S]] extends Action[S] with lucre.stm.Var[Action.Var.S.Tx, Action[S]]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrSource: String("action-source")
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def compile[S <: Sys[S]](source: Code.Action)(implicit tx: Action.compile.S.Tx, cursor: Cursor[S], compiler: Code.Compiler): Future[Source[Action.compile.S.Tx, Action[S]]]
- def empty[S <: Sys[S]](implicit tx: Action.empty.S.Tx): Action[S]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkName[S <: Sys[S]]()(implicit tx: Action.mkName.S.Tx): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newConst[S <: Sys[S]](name: String, jar: Array[Byte])(implicit tx: Action.newConst.S.Tx): Action[S]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def predef[S <: Sys[S]](id: String)(implicit tx: Action.predef.S.Tx): Action[S]
- def read[S <: Sys[S]](in: DataInput, access: Action.read.S.Acc)(implicit tx: Action.read.S.Tx): Action[S]
- def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Action.readIdentifiedObj.S.Acc)(implicit tx: Action.readIdentifiedObj.S.Tx): Obj[S]
- final def readObj[S <: Sys[S]](in: DataInput, access: lucre.stm.Obj.Type.readObj.S.Acc)(implicit tx: lucre.stm.Obj.Type.readObj.S.Tx): Obj[S]
- def registerPredef(id: String, body: Body)(implicit tx: TxnLike): Unit
- implicit def serializer[S <: Sys[S]]: Serializer[Action.serializer.S.Tx, Action.serializer.S.Acc, Action[S]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- final val typeId: Int(19)
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Universe
- object Var