implicit final class CommonSpawnOptionsMutableBuilder[Self <: CommonSpawnOptions] extends AnyVal
- Annotations
- @inline()
- Source
- CommonSpawnOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommonSpawnOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CommonSpawnOptionsMutableBuilder(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 setArgv0(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setArgv0Undefined: Self
- Annotations
- @inline()
- def setKillSignal(value: |[Signals, Double]): Self
- Annotations
- @inline()
- def setKillSignalUndefined: Self
- Annotations
- @inline()
- def setSerialization(value: SerializationType): Self
- Annotations
- @inline()
- def setSerializationUndefined: Self
- Annotations
- @inline()
- def setShell(value: |[Boolean, scala.Predef.String]): Self
- Annotations
- @inline()
- def setShellUndefined: 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