implicit final class SpawnSyncReturnsMutableBuilder[Self <: SpawnSyncReturns[_], T] extends AnyVal
- Annotations
- @inline()
- Source
- SpawnSyncReturns.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpawnSyncReturnsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SpawnSyncReturnsMutableBuilder(x: Self with SpawnSyncReturns[T])
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 setError(value: Error): Self
- Annotations
- @inline()
- def setErrorUndefined: Self
- Annotations
- @inline()
- def setOutput(value: Array[scala.Predef.String]): Self
- Annotations
- @inline()
- def setOutputVarargs(value: scala.Predef.String*): Self
- Annotations
- @inline()
- def setPid(value: Double): Self
- Annotations
- @inline()
- def setSignal(value: Signals): Self
- Annotations
- @inline()
- def setSignalNull: Self
- Annotations
- @inline()
- def setStatus(value: Double): Self
- Annotations
- @inline()
- def setStatusNull: Self
- Annotations
- @inline()
- def setStderr(value: T): Self
- Annotations
- @inline()
- def setStdout(value: T): Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self with SpawnSyncReturns[T]