Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MappedIterator<T, TT>

Type parameters

  • T

  • TT

Hierarchy

  • MappedIterator

Implements

  • IterableIterator<TT>

Index

Constructors

Methods

Constructors

constructor

  • new MappedIterator(iterator: Iterator<T>, mapFunction: function): MappedIterator

Methods

__@iterator

next

  • next(): IteratorResult<TT>