Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Stream<T>

Wrapper class to extend the functionality of an Iterable

Type Parameters

  • T

Hierarchy

  • Stream

Implements

  • Iterable<T>

Index

Constructors

  • new Stream<T>(iterable: Iterable<T>): Stream<T>
  • Type Parameters

    • T

    Parameters

    • iterable: Iterable<T>

    Returns Stream<T>

Methods

  • [iterator](): Iterator<T, any, undefined>
  • Returns the Iterator of the wrapped Iterable

    Returns Iterator<T, any, undefined>

Generated using TypeDoc