scala.tools.partest.nest

Worker

class Worker extends Actor

Linear Supertypes
Actor, ReplyReactor, InternalActor, Serializable, Serializable, InputChannel[Any], ActorCanReply, InternalReplyReactor, ReactorCanReply, Reactor[Any], Combinators, AbstractActor, CanReply[Any, Any], OutputChannel[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Worker
  2. Actor
  3. ReplyReactor
  4. InternalActor
  5. Serializable
  6. Serializable
  7. InputChannel
  8. ActorCanReply
  9. InternalReplyReactor
  10. ReactorCanReply
  11. Reactor
  12. Combinators
  13. AbstractActor
  14. CanReply
  15. OutputChannel
  16. AnyRef
  17. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Worker(fileManager: FileManager, params: TestRunParams)

Type Members

  1. type Future[+P] = Future[P]

    Definition Classes
    ReactorCanReply → CanReply
  2. class KickableTimerTask extends TimerTask

Value Members

  1. def !(msg: Any): Unit

    Definition Classes
    InternalReplyReactor → Reactor → OutputChannel
  2. def !!(msg: Any): Future[Any]

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  3. def !![A](msg: Any, handler: PartialFunction[Any, A]): Future[A]

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  4. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  6. def !?(msec: Long, msg: Any): Option[Any]

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  7. def !?(msg: Any): Any

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  8. final def ##(): Int

    Definition Classes
    AnyRef → Any
  9. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Worker to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  10. def ->[B](y: B): (Worker, B)

    Implicit information
    This member is added by an implicit conversion from Worker to ArrowAssoc[Worker] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  11. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. def ?: Any

    Definition Classes
    InternalActor → InputChannel
  14. def act(): Unit

    Definition Classes
    Worker → Reactor
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def cancelTimerTask(): AnyVal

  17. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def continue(): Unit

    Definition Classes
    Combinators
  19. def currentFileElapsed: Long

  20. def ensuring(cond: (Worker) ⇒ Boolean, msg: ⇒ Any): Worker

    Implicit information
    This member is added by an implicit conversion from Worker to Ensuring[Worker] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (Worker) ⇒ Boolean): Worker

    Implicit information
    This member is added by an implicit conversion from Worker to Ensuring[Worker] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): Worker

    Implicit information
    This member is added by an implicit conversion from Worker to Ensuring[Worker] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): Worker

    Implicit information
    This member is added by an implicit conversion from Worker to Ensuring[Worker] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def exceptionHandler: PartialFunction[Exception, Unit]

    Attributes
    protected[actors]
    Definition Classes
    Reactor
  27. def exit(): Nothing

    Attributes
    protected[actors]
    Definition Classes
    InternalActor → Reactor
  28. def exit(reason: AnyRef): Nothing

    Attributes
    protected[actors]
    Definition Classes
    InternalActor
  29. val fileManager: FileManager

  30. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def forceTimeout(): Unit

  32. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Worker to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  33. def forward(msg: Any): Unit

    Definition Classes
    InternalReplyReactor → Reactor → OutputChannel
  34. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  35. def getState: Value

    Definition Classes
    InternalActor → InternalReplyReactor → Reactor
  36. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  37. def internalSender: OutputChannel[Any]

    Attributes
    protected[actors]
    Definition Classes
    InternalReplyReactor
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. val javaCmd: String

  40. val javacCmd: String

  41. def link(body: ⇒ Unit): Actor

    Definition Classes
    InternalActor
  42. def link(to: AbstractActor): AbstractActor

    Definition Classes
    InternalActor
  43. def loop(body: ⇒ Unit): Unit

    Definition Classes
    Combinators
  44. def loopWhile(cond: ⇒ Boolean)(body: ⇒ Unit): Unit

    Definition Classes
    Combinators
  45. def mailboxSize: Int

    Attributes
    protected[actors]
    Definition Classes
    Reactor
  46. implicit def mkBody[A](body: ⇒ A): Body[A]

    Definition Classes
    Reactor → Combinators
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  50. def react(handler: PartialFunction[Any, Unit]): Nothing

    Definition Classes
    InternalActor → InputChannel → InternalReplyReactor → Reactor
  51. def reactWithin(msec: Long)(handler: PartialFunction[Any, Unit]): Nothing

    Definition Classes
    InternalActor → InputChannel → InternalReplyReactor
  52. def receive[R](f: PartialFunction[Any, R]): R

    Definition Classes
    InternalActor → InputChannel
  53. def receiveWithin[R](msec: Long)(f: PartialFunction[Any, R]): R

    Definition Classes
    InternalActor → InputChannel
  54. def receiver: Actor

    Definition Classes
    Reactor → OutputChannel
  55. def reply(msg: Any): Unit

    Attributes
    protected[actors]
    Definition Classes
    InternalReplyReactor
  56. var reporter: ConsoleReporter

  57. def restart(): Unit

    Definition Classes
    Reactor
  58. val scalaCheckFileManager: ScalaCheckFileManager

  59. def scheduler: IScheduler

    Attributes
    protected[actors]
    Definition Classes
    InternalActor → Reactor
  60. val self: Any

    Implicit information
    This member is added by an implicit conversion from Worker to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  61. val self: Any

    Implicit information
    This member is added by an implicit conversion from Worker to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  62. def send(msg: Any, replyTo: OutputChannel[Any]): Unit

    Definition Classes
    Reactor → OutputChannel
  63. def sender: OutputChannel[Any]

    Attributes
    protected[actors]
    Definition Classes
    ReplyReactor
  64. def start(): Actor

    Definition Classes
    Actor → InternalActor → Reactor
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  66. val timer: Timer

  67. def toString(): String

    Definition Classes
    Worker → AnyRef → Any
  68. def trapExit: Boolean

    Definition Classes
    InternalActor
  69. def trapExit_=(value: Boolean): Unit

    Definition Classes
    InternalActor
  70. def unlink(from: AbstractActor): Unit

    Definition Classes
    InternalActor
  71. def updateTimerTask(body: ⇒ Unit): Unit

  72. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  73. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  74. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  75. def [B](y: B): (Worker, B)

    Implicit information
    This member is added by an implicit conversion from Worker to ArrowAssoc[Worker] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: Worker

    Implicit information
    This member is added by an implicit conversion from Worker to ArrowAssoc[Worker] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Worker

    Implicit information
    This member is added by an implicit conversion from Worker to Ensuring[Worker] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Actor

Inherited from ReplyReactor

Inherited from InternalActor

Inherited from Serializable

Inherited from Serializable

Inherited from InputChannel[Any]

Inherited from ActorCanReply

Inherited from InternalReplyReactor

Inherited from ReactorCanReply

Inherited from Reactor[Any]

Inherited from Combinators

Inherited from AbstractActor

Inherited from CanReply[Any, Any]

Inherited from OutputChannel[Any]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from Worker to StringFormat

Inherited by implicit conversion any2stringadd from Worker to StringAdd

Inherited by implicit conversion any2ArrowAssoc from Worker to ArrowAssoc[Worker]

Inherited by implicit conversion any2Ensuring from Worker to Ensuring[Worker]