object Runner
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Runner
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Attr[T <: Txn[T]] = MapObjLike[T, String, Form[T]]
- trait Factory extends AnyRef
- final case class Failed(ex: Throwable) extends State with Product with Serializable
- trait Internal[T <: Txn[T]] extends Runner[T]
- final case class Message(time: Long, level: Level, text: String) extends Product with Serializable
- trait Messages[Tx] extends Observable[Tx, List[Message]]
- trait Mutable[T <: Txn[T]] extends Runner[T]
- trait Progress[Tx] extends Observable[Tx, Double]
- implicit final class RunnerOps[T <: Txn[T]] extends AnyVal
- sealed trait State extends AnyRef
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
- def addFactory(f: Factory): Unit
- def apply[T <: Txn[T]](obj: Obj[T])(implicit tx: T, h: Universe[T]): Runner[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def emptyAttr[T <: Txn[T]]: Attr[T]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def factories: Iterable[Factory]
- def get[T <: Txn[T]](obj: Obj[T])(implicit tx: T, h: Universe[T]): Option[Runner[T]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getFactory(tpe: Type): Option[Factory]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Action extends Factory
- object Control extends Factory
- case object Done extends State with Product with Serializable
- object Folder extends Factory
- object Message extends Serializable
- object Mutable
- case object Prepared extends State with Product with Serializable
- case object Preparing extends State with Product with Serializable
- object Proc extends Factory
- case object Running extends State with Product with Serializable
- case object Stopped extends State with Product with Serializable
The initial state of an object and after
stop
has been called and performed.The initial state of an object and after
stop
has been called and performed. If an object comes to a halt by itself, it will depend on the type of object whether it goes back toStopped
or finishes withDone
. - object Timeline extends Factory
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated