Packages

final class ExpandedProcess[T <: Txn[T]] extends BasicRunnerImpl[T] with Peer[T]

Attributes
protected
Self Type
ExpandedProcess[T]
Linear Supertypes
Peer[T], BasicRunnerImpl[T], BasicViewBaseImpl[T], ObservableImpl[T, State], proc.Runner[T], IControl[T], Form[T], ViewBase[T], Disposable[T], Observable[T, State], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpandedProcess
  2. Peer
  3. BasicRunnerImpl
  4. BasicViewBaseImpl
  5. ObservableImpl
  6. Runner
  7. IControl
  8. Form
  9. ViewBase
  10. Disposable
  11. Observable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExpandedProcess(cmd: IExpr[T, String], args: IExpr[T, Seq[String]], dirOpt: Option[IExpr[T, URI]])(implicit universe: Universe[T], targets: ITargets[T])

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. implicit final def cursor: Cursor[T]
    Definition Classes
    BasicRunnerImpl
  7. final def dispose()(implicit tx: T): Unit
    Definition Classes
    BasicRunnerImpl → Disposable
  8. def disposeData()(implicit tx: T): Unit
    Attributes
    protected
    Definition Classes
    ExpandedProcess → BasicRunnerImpl
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def fire(update: State)(implicit tx: T): Unit
    Attributes
    protected
    Definition Classes
    ObservableImpl
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def initControl()(implicit tx: T): Unit
    Definition Classes
    BasicRunnerImpl → IControl
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def prepare(attr: proc.Runner.Attr[T])(implicit tx: T): Unit
    Definition Classes
    ExpandedProcessRunner
  20. final def react(fun: (T) => (State) => Unit)(implicit tx: T): Disposable[T]

    Registers a live observer with this observable.

    Registers a live observer with this observable. The method is called with the observing function which receives the observable's update message of type A, and the method generates an opaque Disposable instance, which may be used to remove the observer eventually (through the dispose method).

    Definition Classes
    ObservableImpl → Observable
  21. final def reactNow(fun: (T) => (State) => Unit)(implicit tx: T): Disposable[T]

    Like react, but also invokes the function with the current state immediately.

    Like react, but also invokes the function with the current state immediately.

    Definition Classes
    ViewBase
  22. def run()(implicit tx: T): Unit
    Definition Classes
    ExpandedProcessRunner
  23. final def state(implicit tx: T): State
    Definition Classes
    BasicViewBaseImpl → ViewBase
  24. def stateWillChanged(now: State)(implicit tx: T): Unit
    Attributes
    protected
    Definition Classes
    BasicViewBaseImpl
  25. final def state_=(now: State)(implicit tx: T): Unit
    Attributes
    protected
    Definition Classes
    BasicViewBaseImpl
  26. def stop()(implicit tx: T): Unit
    Definition Classes
    ExpandedProcessViewBase
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. implicit val universe: Universe[T]
    Definition Classes
    ExpandedProcessRunner
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. implicit final def workspace: Workspace[T]
    Definition Classes
    BasicRunnerImpl
  34. object messages extends Messages[T] with ObservableImpl[T, List[Message]]
    Definition Classes
    BasicRunnerImpl → Runner
  35. object output extends IExpr[T, String] with IChangeGeneratorEvent[T, String]
    Definition Classes
    ExpandedProcessPeer
  36. object progress extends Progress[T] with DummyObservableImpl[T]
    Definition Classes
    ExpandedProcessRunner

Deprecated Value Members

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

Inherited from Peer[T]

Inherited from BasicRunnerImpl[T]

Inherited from BasicViewBaseImpl[T]

Inherited from ObservableImpl[T, State]

Inherited from proc.Runner[T]

Inherited from IControl[T]

Inherited from Form[T]

Inherited from ViewBase[T]

Inherited from Disposable[T]

Inherited from Observable[T, State]

Inherited from AnyRef

Inherited from Any

Ungrouped