implicit final class ModuleMutableBuilder[Self <: Module] extends AnyVal
- Annotations
- @inline()
- Source
- NodeJS.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ModuleMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ModuleMutableBuilder(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 setChildren(value: Array[Module]): Self
- Annotations
- @inline()
- def setChildrenVarargs(value: Module*): Self
- Annotations
- @inline()
- def setExports(value: Any): Self
- Annotations
- @inline()
- def setFilename(value: java.lang.String): Self
- Annotations
- @inline()
- def setId(value: java.lang.String): Self
- Annotations
- @inline()
- def setIsPreloading(value: Boolean): Self
- Annotations
- @inline()
- def setLoaded(value: Boolean): Self
- Annotations
- @inline()
- def setParent(value: Module): Self
- Annotations
- @inline()
- def setParentNull: Self
- Annotations
- @inline()
- def setParentUndefined: Self
- Annotations
- @inline()
- def setPath(value: java.lang.String): Self
- Annotations
- @inline()
- def setPaths(value: Array[java.lang.String]): Self
- Annotations
- @inline()
- def setPathsVarargs(value: java.lang.String*): Self
- Annotations
- @inline()
- def setRequire(value: Require): Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self