Packages

c

fs2.internal.jsdeps.std.ProxyHandler

ProxyHandlerMutableBuilder

implicit final class ProxyHandlerMutableBuilder[Self <: ProxyHandler[_], T] extends AnyVal

Annotations
@inline()
Source
ProxyHandler.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProxyHandlerMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProxyHandlerMutableBuilder(x: Self with ProxyHandler[T])

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  7. def setApply(value: (T, Any, scala.scalajs.js.Array[Any]) => Any): Self
    Annotations
    @inline()
  8. def setApplyUndefined: Self
    Annotations
    @inline()
  9. def setConstruct(value: (T, scala.scalajs.js.Array[Any], scala.scalajs.js.Function) => scala.scalajs.js.Object): Self
    Annotations
    @inline()
  10. def setConstructUndefined: Self
    Annotations
    @inline()
  11. def setDefineProperty(value: (T, |[java.lang.String, scala.scalajs.js.Symbol], scala.scalajs.js.PropertyDescriptor) => scala.Boolean): Self
    Annotations
    @inline()
  12. def setDefinePropertyUndefined: Self
    Annotations
    @inline()
  13. def setDeleteProperty(value: (T, |[java.lang.String, scala.scalajs.js.Symbol]) => scala.Boolean): Self
    Annotations
    @inline()
  14. def setDeletePropertyUndefined: Self
    Annotations
    @inline()
  15. def setGet(value: (T, |[java.lang.String, scala.scalajs.js.Symbol], Any) => Any): Self
    Annotations
    @inline()
  16. def setGetOwnPropertyDescriptor(value: (T, |[java.lang.String, scala.scalajs.js.Symbol]) => UndefOr[scala.scalajs.js.PropertyDescriptor]): Self
    Annotations
    @inline()
  17. def setGetOwnPropertyDescriptorUndefined: Self
    Annotations
    @inline()
  18. def setGetPrototypeOf(value: (T) => |[scala.scalajs.js.Object, Null]): Self
    Annotations
    @inline()
  19. def setGetPrototypeOfUndefined: Self
    Annotations
    @inline()
  20. def setGetUndefined: Self
    Annotations
    @inline()
  21. def setHas(value: (T, |[java.lang.String, scala.scalajs.js.Symbol]) => scala.Boolean): Self
    Annotations
    @inline()
  22. def setHasUndefined: Self
    Annotations
    @inline()
  23. def setIsExtensible(value: (T) => scala.Boolean): Self
    Annotations
    @inline()
  24. def setIsExtensibleUndefined: Self
    Annotations
    @inline()
  25. def setOwnKeys(value: (T) => ArrayLike[|[java.lang.String, scala.scalajs.js.Symbol]]): Self
    Annotations
    @inline()
  26. def setOwnKeysUndefined: Self
    Annotations
    @inline()
  27. def setPreventExtensions(value: (T) => scala.Boolean): Self
    Annotations
    @inline()
  28. def setPreventExtensionsUndefined: Self
    Annotations
    @inline()
  29. def setSet(value: (T, |[java.lang.String, scala.scalajs.js.Symbol], Any, Any) => scala.Boolean): Self
    Annotations
    @inline()
  30. def setSetPrototypeOf(value: (T, |[scala.scalajs.js.Object, Null]) => scala.Boolean): Self
    Annotations
    @inline()
  31. def setSetPrototypeOfUndefined: Self
    Annotations
    @inline()
  32. def setSetUndefined: Self
    Annotations
    @inline()
  33. def toString(): java.lang.String
    Definition Classes
    Any
  34. val x: Self with ProxyHandler[T]

Inherited from AnyVal

Inherited from Any

Ungrouped