final class PlatformThreadBuilder extends BaseThreadBuilder[OfPlatform] with OfPlatform
- Alphabetic
- By Inheritance
- PlatformThreadBuilder
- OfPlatform
- BaseThreadBuilder
- Builder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PlatformThreadBuilder()
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var characteristics: Int
- Definition Classes
- BaseThreadBuilder
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- var counter: scala.Long
- Definition Classes
- BaseThreadBuilder
- def daemon(on: scala.Boolean): OfPlatform
Sets the daemon status.
Sets the daemon status.
- Definition Classes
- PlatformThreadBuilder → OfPlatform
- def daemon(): OfPlatform
Sets the daemon status to true.
Sets the daemon status to true.
- Definition Classes
- OfPlatform
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def factory(): ThreadFactory
Returns a ThreadFactory to create threads from the current state of the builder.
Returns a ThreadFactory to create threads from the current state of the builder.
- Definition Classes
- PlatformThreadBuilder → Builder
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def group(group: ThreadGroup): OfPlatform
- Definition Classes
- PlatformThreadBuilder → OfPlatform
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inheritInheritableThreadLocals(inherit: scala.Boolean): OfPlatform
Sets whether the thread inherits the initial values of inheritable-thread-local variables from the constructing thread.
Sets whether the thread inherits the initial values of inheritable-thread-local variables from the constructing thread.
- Definition Classes
- BaseThreadBuilder → Builder
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def name(prefix: String, start: scala.Long): OfPlatform
- Definition Classes
- BaseThreadBuilder → Builder
- def name(name: String): OfPlatform
- Definition Classes
- BaseThreadBuilder → Builder
- var name: String
- Definition Classes
- BaseThreadBuilder
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def nextThreadName(): String
- Attributes
- protected
- Definition Classes
- PlatformThreadBuilder → BaseThreadBuilder
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def priority(priority: Int): OfPlatform
- Definition Classes
- PlatformThreadBuilder → OfPlatform
- def stackSize(stackSize: scala.Long): OfPlatform
- Definition Classes
- PlatformThreadBuilder → OfPlatform
- def start(task: Runnable): Thread
Creates a new Thread from the current state of the builder and schedules it to execute.
Creates a new Thread from the current state of the builder and schedules it to execute.
- Definition Classes
- PlatformThreadBuilder → Builder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- var ueh: UncaughtExceptionHandler
- Definition Classes
- BaseThreadBuilder
- def uncaughtExceptionHandler(ueh: UncaughtExceptionHandler): OfPlatform
Sets the uncaught exception handler.
Sets the uncaught exception handler.
- Definition Classes
- BaseThreadBuilder → Builder
- def unstarted(task: Runnable): Thread
Creates a new Thread from the current state of the builder to run the given task.
Creates a new Thread from the current state of the builder to run the given task.
- Definition Classes
- PlatformThreadBuilder → Builder
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()