implicit final class ForkOptionsMutableBuilder[Self <: ForkOptions] extends AnyVal
- Annotations
- @inline()
- Source
- ForkOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ForkOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ForkOptionsMutableBuilder(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 setDetached(value: Boolean): Self
- Annotations
- @inline()
- def setDetachedUndefined: Self
- Annotations
- @inline()
- def setExecArgv(value: Array[scala.Predef.String]): Self
- Annotations
- @inline()
- def setExecArgvUndefined: Self
- Annotations
- @inline()
- def setExecArgvVarargs(value: scala.Predef.String*): Self
- Annotations
- @inline()
- def setExecPath(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setExecPathUndefined: Self
- Annotations
- @inline()
- def setSilent(value: Boolean): Self
- Annotations
- @inline()
- def setSilentUndefined: Self
- Annotations
- @inline()
- def setStdio(value: StdioOptions): Self
- Annotations
- @inline()
- def setStdioUndefined: Self
- Annotations
- @inline()
- def setStdioVarargs(value: UndefOr[|[|[|[|[IOType, ipc], streamMod.Stream], Double], Null]]*): Self
- Annotations
- @inline()
- def setWindowsVerbatimArguments(value: Boolean): Self
- Annotations
- @inline()
- def setWindowsVerbatimArgumentsUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self