Packages

object Action extends Type

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Action
  2. Type
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Body extends AnyRef
  2. final case class DoubleVector(xs: IndexedSeq[Double]) extends Product with Serializable

    Possible type for universe.value.

    Possible type for universe.value. Overcomes erasure.

  3. final case class FloatVector(xs: IndexedSeq[Float]) extends Product with Serializable

    Possible type for universe.value.

    Possible type for universe.value. Overcomes erasure.

  4. trait Universe[S <: Sys[S]] extends proc.Universe[S]
  5. trait Var[S <: Sys[S]] extends Action[S] with lucre.stm.Var[Action.Var.S.Tx, Action[S]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final val attrSource: String("action-source")
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. 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]]]
  8. def empty[S <: Sys[S]](implicit tx: Action.empty.S.Tx): Action[S]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def init(): Unit
    Definition Classes
    TypeType
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mkName[S <: Sys[S]]()(implicit tx: Action.mkName.S.Tx): String
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def newConst[S <: Sys[S]](name: String, jar: Array[Byte])(implicit tx: Action.newConst.S.Tx): Action[S]
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def predef[S <: Sys[S]](id: String)(implicit tx: Action.predef.S.Tx): Action[S]
  22. def read[S <: Sys[S]](in: DataInput, access: Action.read.S.Acc)(implicit tx: Action.read.S.Tx): Action[S]
  23. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Action.readIdentifiedObj.S.Acc)(implicit tx: Action.readIdentifiedObj.S.Tx): Obj[S]
    Definition Classes
    ActionTypeType
  24. 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]
    Definition Classes
    TypeType
  25. def registerPredef(id: String, body: Body)(implicit tx: TxnLike): Unit
  26. implicit def serializer[S <: Sys[S]]: Serializer[Action.serializer.S.Tx, Action.serializer.S.Acc, Action[S]]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final val typeId: Int(19)
    Definition Classes
    ActionType
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. object Universe
  34. object Var

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped