Packages

object Thread

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

Type Members

  1. trait Builder extends AnyRef
  2. sealed abstract class Numbering extends AnyRef
  3. sealed class State extends _Enum[State]
  4. trait UncaughtExceptionHandler extends AnyRef

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final val MAX_PRIORITY: Int(10)
  5. final val MIN_PRIORITY: Int(1)
  6. final val NORM_PRIORITY: Int(5)
  7. def activeCount(): Int
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def currentThread(): Thread
    Annotations
    @alwaysinline()
  11. def dumpStack(): Unit
  12. def enumerate(list: Array[Thread]): Int
  13. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def getAllStackTraces(): Map[Thread, Array[StackTraceElement]]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getDefaultUncaughtExceptionHandler(): UncaughtExceptionHandler
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def holdsLock(obj: AnyRef): scala.Boolean
  21. def interrupted(): scala.Boolean
  22. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def ofPlatform(): OfPlatform
  27. def ofVirtual(): OfVirtual
  28. def onSpinWait(): Unit
  29. def setDefaultUncaughtExceptionHandler(eh: UncaughtExceptionHandler): Unit
  30. def sleep(duration: Duration): Unit
    Annotations
    @throws("if the current thread is interrupted while sleeping")
  31. def sleep(millis: scala.Long, nanos: Int): Unit
  32. def sleep(millis: scala.Long): Unit
  33. def startVirtualThread(task: Runnable): Thread
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def yield(): Unit
    Annotations
    @alwaysinline()
  40. object Builder
  41. object MainThread extends Thread
  42. object State extends Serializable
  43. object ThreadIdentifiers extends Numbering
  44. object ThreadNamesNumbering extends Numbering

Inherited from AnyRef

Inherited from Any

Ungrouped