implicit final class ProxyHandlerMutableBuilder[Self <: ProxyHandler[_], T] extends AnyVal
- Annotations
- @inline()
- Source
- ProxyHandler.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProxyHandlerMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProxyHandlerMutableBuilder(x: Self with ProxyHandler[T])
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def setApply(value: (T, Any, scala.scalajs.js.Array[Any]) => Any): Self
- Annotations
- @inline()
- def setApplyUndefined: Self
- Annotations
- @inline()
- def setConstruct(value: (T, scala.scalajs.js.Array[Any], scala.scalajs.js.Function) => scala.scalajs.js.Object): Self
- Annotations
- @inline()
- def setConstructUndefined: Self
- Annotations
- @inline()
- def setDefineProperty(value: (T, |[java.lang.String, scala.scalajs.js.Symbol], scala.scalajs.js.PropertyDescriptor) => scala.Boolean): Self
- Annotations
- @inline()
- def setDefinePropertyUndefined: Self
- Annotations
- @inline()
- def setDeleteProperty(value: (T, |[java.lang.String, scala.scalajs.js.Symbol]) => scala.Boolean): Self
- Annotations
- @inline()
- def setDeletePropertyUndefined: Self
- Annotations
- @inline()
- def setGet(value: (T, |[java.lang.String, scala.scalajs.js.Symbol], Any) => Any): Self
- Annotations
- @inline()
- def setGetOwnPropertyDescriptor(value: (T, |[java.lang.String, scala.scalajs.js.Symbol]) => UndefOr[scala.scalajs.js.PropertyDescriptor]): Self
- Annotations
- @inline()
- def setGetOwnPropertyDescriptorUndefined: Self
- Annotations
- @inline()
- def setGetPrototypeOf(value: (T) => |[scala.scalajs.js.Object, Null]): Self
- Annotations
- @inline()
- def setGetPrototypeOfUndefined: Self
- Annotations
- @inline()
- def setGetUndefined: Self
- Annotations
- @inline()
- def setHas(value: (T, |[java.lang.String, scala.scalajs.js.Symbol]) => scala.Boolean): Self
- Annotations
- @inline()
- def setHasUndefined: Self
- Annotations
- @inline()
- def setIsExtensible(value: (T) => scala.Boolean): Self
- Annotations
- @inline()
- def setIsExtensibleUndefined: Self
- Annotations
- @inline()
- def setOwnKeys(value: (T) => ArrayLike[|[java.lang.String, scala.scalajs.js.Symbol]]): Self
- Annotations
- @inline()
- def setOwnKeysUndefined: Self
- Annotations
- @inline()
- def setPreventExtensions(value: (T) => scala.Boolean): Self
- Annotations
- @inline()
- def setPreventExtensionsUndefined: Self
- Annotations
- @inline()
- def setSet(value: (T, |[java.lang.String, scala.scalajs.js.Symbol], Any, Any) => scala.Boolean): Self
- Annotations
- @inline()
- def setSetPrototypeOf(value: (T, |[scala.scalajs.js.Object, Null]) => scala.Boolean): Self
- Annotations
- @inline()
- def setSetPrototypeOfUndefined: Self
- Annotations
- @inline()
- def setSetUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self with ProxyHandler[T]