Packages

object Runner

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Runner
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Attr[T <: Txn[T]] = MapObjLike[T, String, Form[T]]
  2. trait Factory extends AnyRef
  3. final case class Failed(ex: Throwable) extends State with Product with Serializable
  4. trait Internal[T <: Txn[T]] extends Runner[T]
  5. final case class Message(time: Long, level: Level, text: String) extends Product with Serializable
  6. trait Messages[Tx] extends Observable[Tx, List[Message]]
  7. trait Mutable[T <: Txn[T]] extends Runner[T]
  8. trait Progress[Tx] extends Observable[Tx, Double]
  9. implicit final class RunnerOps[T <: Txn[T]] extends AnyVal
  10. sealed trait State extends AnyRef

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. def addFactory(f: Factory): Unit
  5. def apply[T <: Txn[T]](obj: Obj[T])(implicit tx: T, h: Universe[T]): Runner[T]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def emptyAttr[T <: Txn[T]]: Attr[T]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def factories: Iterable[Factory]
  12. def get[T <: Txn[T]](obj: Obj[T])(implicit tx: T, h: Universe[T]): Option[Runner[T]]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getFactory(tpe: Type): Option[Factory]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. object Action extends Factory
  26. object Control extends Factory
  27. case object Done extends State with Product with Serializable
  28. object Folder extends Factory
  29. object Message extends Serializable
  30. object Mutable
  31. case object Prepared extends State with Product with Serializable
  32. case object Preparing extends State with Product with Serializable
  33. object Proc extends Factory
  34. case object Running extends State with Product with Serializable
  35. 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 to Stopped or finishes with Done.

  36. object Timeline extends Factory

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped