Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConcatIterator<T>

Type Parameters

  • T

Hierarchy

  • ConcatIterator

Implements

  • IterableIterator<T>

Index

Constructors

Properties

Methods

Constructors

  • new ConcatIterator<T>(iterators: Iterator<T, any, undefined>[]): ConcatIterator<T>

Properties

index: number = 0

Methods

  • [iterator](): IterableIterator<T>
  • next(): IteratorResult<T, any>

Generated using TypeDoc