implicit final class encodingBufferEncodingExeMutableBuilder[Self <: encodingBufferEncodingExe] extends AnyVal
- Annotations
- @inline()
- Source
- encodingBufferEncodingExe.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- encodingBufferEncodingExeMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new encodingBufferEncodingExeMutableBuilder(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 setCwd(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setCwdUndefined: Self
- Annotations
- @inline()
- def setEncoding(value: BufferEncoding): Self
- Annotations
- @inline()
- def setEnv(value: ProcessEnv): Self
- Annotations
- @inline()
- def setEnvUndefined: Self
- Annotations
- @inline()
- def setGid(value: Double): Self
- Annotations
- @inline()
- def setGidUndefined: 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 setShell(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setShellUndefined: Self
- Annotations
- @inline()
- def setTimeout(value: Double): Self
- Annotations
- @inline()
- def setTimeoutUndefined: Self
- Annotations
- @inline()
- def setUid(value: Double): Self
- Annotations
- @inline()
- def setUidUndefined: Self
- Annotations
- @inline()
- def setWindowsHide(value: Boolean): Self
- Annotations
- @inline()
- def setWindowsHideUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self