Options
All
  • Public
  • Public/Protected
  • All
Menu

An DeletableIterator that is also iterable.

see

DeletableIterator

see

DeletableIterable

Type parameters

  • T

Hierarchy

Index

Methods

__@iterator

next

  • next(remove?: undefined | false | true): IteratorResult<T>
  • Parameters

    • Optional remove: undefined | false | true

    Returns IteratorResult<T>

Optional return

  • return(value?: any): IteratorResult<T>
  • Parameters

    • Optional value: any

    Returns IteratorResult<T>

Optional throw

  • throw(e?: any): IteratorResult<T>
  • Parameters

    • Optional e: any

    Returns IteratorResult<T>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc