implicit final class WASIOptionsMutableBuilder[Self <: WASIOptions] extends AnyVal
- Annotations
- @inline()
- Source
- wasiMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WASIOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WASIOptionsMutableBuilder(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 setArgs(value: Array[java.lang.String]): Self
- Annotations
- @inline()
- def setArgsUndefined: Self
- Annotations
- @inline()
- def setArgsVarargs(value: java.lang.String*): Self
- Annotations
- @inline()
- def setEnv(value: Object): Self
- Annotations
- @inline()
- def setEnvUndefined: Self
- Annotations
- @inline()
- def setPreopens(value: Dict[java.lang.String]): Self
- Annotations
- @inline()
- def setPreopensUndefined: Self
- Annotations
- @inline()
- def setReturnOnExit(value: Boolean): Self
- Annotations
- @inline()
- def setReturnOnExitUndefined: Self
- Annotations
- @inline()
- def setStderr(value: Double): Self
- Annotations
- @inline()
- def setStderrUndefined: Self
- Annotations
- @inline()
- def setStdin(value: Double): Self
- Annotations
- @inline()
- def setStdinUndefined: Self
- Annotations
- @inline()
- def setStdout(value: Double): Self
- Annotations
- @inline()
- def setStdoutUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self