implicit final class WorkerOptionsMutableBuilder[Self <: WorkerOptions] extends AnyVal
- Annotations
- @inline()
- Source
- workerThreadsMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkerOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WorkerOptionsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setArgv(value: Array[Any]): Self
- Annotations
- @inline()
- def setArgvUndefined: Self
- Annotations
- @inline()
- def setArgvVarargs(value: Any*): Self
- Annotations
- @inline()
- def setEnv(value: |[Dict[java.lang.String], Symbol]): Self
- Annotations
- @inline()
- def setEnvUndefined: Self
- Annotations
- @inline()
- def setEval(value: Boolean): Self
- Annotations
- @inline()
- def setEvalUndefined: Self
- Annotations
- @inline()
- def setExecArgv(value: Array[java.lang.String]): Self
- Annotations
- @inline()
- def setExecArgvUndefined: Self
- Annotations
- @inline()
- def setExecArgvVarargs(value: java.lang.String*): Self
- Annotations
- @inline()
- def setResourceLimits(value: ResourceLimits_): Self
- Annotations
- @inline()
- def setResourceLimitsUndefined: Self
- Annotations
- @inline()
- def setStderr(value: Boolean): Self
- Annotations
- @inline()
- def setStderrUndefined: Self
- Annotations
- @inline()
- def setStdin(value: Boolean): Self
- Annotations
- @inline()
- def setStdinUndefined: Self
- Annotations
- @inline()
- def setStdout(value: Boolean): Self
- Annotations
- @inline()
- def setStdoutUndefined: Self
- Annotations
- @inline()
- def setTrackUnmanagedFds(value: Boolean): Self
- Annotations
- @inline()
- def setTrackUnmanagedFdsUndefined: Self
- Annotations
- @inline()
- def setTransferList(value: Array[TransferListItem]): Self
- Annotations
- @inline()
- def setTransferListUndefined: Self
- Annotations
- @inline()
- def setTransferListVarargs(value: TransferListItem*): Self
- Annotations
- @inline()
- def setWorkerData(value: Any): Self
- Annotations
- @inline()
- def setWorkerDataUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self