object Runner extends ProductReader[Runner]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Runner
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Attr extends Product
- final case class Messages(r: Runner) extends Ex[Seq[(Long, Int, String)]] with Product with Serializable
- final case class Progress(r: Runner) extends Ex[Double] with Product with Serializable
- final case class Run(r: Runner) extends Act with Product with Serializable
- final case class RunWithAttr(r: Runner, map: Seq[Attr]) extends Act with Product with Serializable
- final case class State(r: Runner) extends Ex[Int] with Product with Serializable
- final case class Stop(r: Runner) extends Act with Product with Serializable
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 apply(obj: Ex[Obj]): Runner
Creates a runner from a given object.
Creates a runner from a given object. If the object has not yet been created, or there is no runner factory available for it, the runner is "empty" and does not respond to
run
. - def apply(key: String): Runner
Creates a runner from an attribute of a given static key.
Creates a runner from an attribute of a given static key. That is, it looks up an object in the enclosing attribute-map, and creates a runner representation for it, if it exists. Otherwise the runner is "empty" and does not respond to
run
. - 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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()
- def read(in: RefMapIn, key: String, arity: Int, adj: Int): Runner
- Definition Classes
- Runner → ProductReader
- 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 Attr extends ProductReader[Attr]
- object Messages extends ProductReader[Messages] with Serializable
- object Progress extends ProductReader[Progress] with Serializable
- object Run extends ProductReader[Run] with Serializable
- object RunWithAttr extends ProductReader[RunWithAttr] with Serializable
- object State extends ProductReader[State] with Serializable
- object Stop extends ProductReader[Stop] with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated