Type Parameters

  • V

Hierarchy (view full)

Implements

Constructors

Properties

Accessors

Methods

Constructors

  • Type Parameters

    • V

    Parameters

    Returns SetView<V>

Properties

#private: any

Accessors

  • get size(): number
  • Returns number

    the number of (unique) elements in Set.

Methods

  • Returns IterableIterator<V>

  • Parameters

    • callback: ((model) => boolean)
        • (model): boolean
        • Parameters

          • model: V

          Returns boolean

    Returns undefined | V

  • Parameters

    • value: V

    Returns boolean

    a boolean indicating whether an element with the specified value exists in the Set or not.

  • Returns Set<V>

  • Returns IterableIterator<V>