object
Action extends Type
Type Members
-
-
final
case class
DoubleVector(xs: IndexedSeq[Double]) extends Product with Serializable
-
final
case class
FloatVector(xs: IndexedSeq[Float]) extends Product with Serializable
-
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
object
Var
-
def
apply[S <: Sys[S]](name: String, jar: Array[Byte])(implicit tx: Action.apply.S.Tx): Action[S]
-
final
def
asInstanceOf[T0]: T0
-
final
val
attrSource: String("action-source")
-
def
clone(): AnyRef
-
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
-
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
-
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
-
def
toString(): String
-
final
val
typeID: Int(19)
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit