class Set[T] extends scala.scalajs.js.Object with StObject with std.Set[T]

Annotations
@JSType() @JSGlobal("Set") @native()
Source
Set.scala
Linear Supertypes
std.Set[T], StObject, scala.scalajs.js.Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Set
  2. Set
  3. StObject
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Set(values: scala.scalajs.js.Array[T])
  2. new Set()

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 add(value: T): Set.this.type
    Definition Classes
    Set
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(): Unit
    Definition Classes
    Set
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def delete(value: T): scala.Boolean
    Definition Classes
    Set
  9. def entries(): IterableIterator[Tuple2[T, T]]

    Returns an iterable of [v,v] pairs for every value v in the set.

    Returns an iterable of [v,v] pairs for every value v in the set.

    Definition Classes
    Set
  10. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  12. def forEach(callbackfn: Function3[T, T, std.Set[T], Unit], thisArg: Any): Unit
    Definition Classes
    Set
  13. def forEach(callbackfn: Function3[T, T, std.Set[T], Unit]): Unit
    Definition Classes
    Set
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def has(value: T): scala.Boolean
    Definition Classes
    Set
  16. def hasOwnProperty(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  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: Function0[IterableIterator[T]]

    Iterates over values in the set.

    Iterates over values in the set.

    Definition Classes
    Set
    Annotations
    @JSName(js.Symbol.iterator)
  21. def keys(): IterableIterator[T]

    Despite its name, returns an iterable of the values in the set.

    Despite its name, returns an iterable of the values in the set.

    Definition Classes
    Set
  22. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  26. val size: Double
    Definition Classes
    Set
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  29. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  30. val toStringTag: java.lang.String
    Definition Classes
    Set
    Annotations
    @JSName(js.Symbol.toStringTag)
  31. def valueOf(): Any
    Definition Classes
    Object
  32. def values(): IterableIterator[T]

    Returns an iterable of values in the set.

    Returns an iterable of values in the set.

    Definition Classes
    Set
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. 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 std.Set[T]

Inherited from StObject

Inherited from scala.scalajs.js.Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped