implicit final class CommonExecOptionsMutableBuilder[Self <: CommonExecOptions] extends AnyVal
- Annotations
- @inline()
- Source
- CommonExecOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommonExecOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CommonExecOptionsMutableBuilder(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 setEncoding(value: |[BufferEncoding, buffer_]): Self
- Annotations
- @inline()
- def setEncodingNull: Self
- Annotations
- @inline()
- def setEncodingUndefined: Self
- Annotations
- @inline()
- def setInput(value: |[scala.Predef.String, ArrayBufferView]): Self
- Annotations
- @inline()
- def setInputUndefined: Self
- Annotations
- @inline()
- def setKillSignal(value: |[Signals, Double]): Self
- Annotations
- @inline()
- def setKillSignalUndefined: Self
- Annotations
- @inline()
- def setMaxBuffer(value: Double): Self
- Annotations
- @inline()
- def setMaxBufferUndefined: 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 toString(): java.lang.String
- Definition Classes
- Any
- val x: Self