Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MapIterator

An iterator that emits results by running each element through a provided predicate

Hierarchy

  • MapIterator

Index

Constructors

Methods

Constructors

constructor

  • new MapIterator(source: any, iteratee: any): MapIterator
  • Parameters

    • source: any
    • iteratee: any

    Returns MapIterator

Methods

next

  • next(): { done: any; value: any }
  • Returns { done: any; value: any }

    • done: any
    • value: any

Generated using TypeDoc