Packages

t

fs2.internal.jsdeps.std

SymbolConstructor

trait SymbolConstructor extends scala.scalajs.js.Object with StObject

Annotations
@JSType() @native()
Source
SymbolConstructor.scala
Linear Supertypes
StObject, scala.scalajs.js.Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolConstructor
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(description: Double): scala.scalajs.js.Symbol
  5. def apply(description: java.lang.String): scala.scalajs.js.Symbol
  6. def apply(): scala.scalajs.js.Symbol

    Returns a new unique Symbol value.

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val asyncIterator: scala.scalajs.js.Symbol

    A method that returns the default async iterator for an object.

    A method that returns the default async iterator for an object. Called by the semantics of the for-await-of statement.

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  12. def for(key: java.lang.String): scala.scalajs.js.Symbol

    Returns a Symbol object from the global symbol registry matching the given key if found.

    Returns a Symbol object from the global symbol registry matching the given key if found. Otherwise, returns a new symbol with this key.

    key

    key to search for.

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. val hasInstance: scala.scalajs.js.Symbol

    A method that determines if a constructor object recognizes an object as one of the constructor’s instances.

    A method that determines if a constructor object recognizes an object as one of the constructor’s instances. Called by the semantics of the instanceof operator.

  15. def hasOwnProperty(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. val isConcatSpreadable: scala.scalajs.js.Symbol

    A Boolean value that if true indicates that an object should flatten to its array elements by Array.prototype.concat.

  18. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  19. def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
    Definition Classes
    Object
  20. val iterator: scala.scalajs.js.Symbol

    A method that returns the default iterator for an object.

    A method that returns the default iterator for an object. Called by the semantics of the for-of statement.

  21. def keyFor(sym: scala.scalajs.js.Symbol): UndefOr[java.lang.String]

    Returns a key from the global symbol registry matching the given Symbol if found.

    Returns a key from the global symbol registry matching the given Symbol if found. Otherwise, returns a undefined.

    sym

    Symbol to find the key for.

  22. val match: scala.scalajs.js.Symbol

    A regular expression method that matches the regular expression against a string.

    A regular expression method that matches the regular expression against a string. Called by the String.prototype.match method.

  23. val matchAll: scala.scalajs.js.Symbol

    A regular expression method that matches the regular expression against a string.

    A regular expression method that matches the regular expression against a string. Called by the String.prototype.matchAll method.

  24. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  28. val replace: scala.scalajs.js.Symbol

    A regular expression method that replaces matched substrings of a string.

    A regular expression method that replaces matched substrings of a string. Called by the String.prototype.replace method.

  29. val search: scala.scalajs.js.Symbol

    A regular expression method that returns the index within a string that matches the regular expression.

    A regular expression method that returns the index within a string that matches the regular expression. Called by the String.prototype.search method.

  30. val species: scala.scalajs.js.Symbol

    A function valued property that is the constructor function that is used to create derived objects.

  31. val split: scala.scalajs.js.Symbol

    A regular expression method that splits a string at the indices that match the regular expression.

    A regular expression method that splits a string at the indices that match the regular expression. Called by the String.prototype.split method.

  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  34. val toPrimitive: scala.scalajs.js.Symbol

    A method that converts an object to a corresponding primitive value.

    A method that converts an object to a corresponding primitive value. Called by the ToPrimitive abstract operation.

  35. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  36. val toStringTag: scala.scalajs.js.Symbol

    A String value that is used in the creation of the default string description of an object.

    A String value that is used in the creation of the default string description of an object. Called by the built-in method Object.prototype.toString.

  37. val unscopables: scala.scalajs.js.Symbol

    An Object whose own property names are property names that are excluded from the 'with' environment bindings of the associated objects.

  38. def valueOf(): Any
    Definition Classes
    Object
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from scala.scalajs.js.Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped