Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProxyIterableIterator<T, R>

Utility for masking RxMap iterators, so that the underlying map values cannot be mutated while using them.

Type parameters

  • T

  • R

Hierarchy

  • ProxyIterableIterator

Implements

  • IterableIterator<R>

Index

Constructors

Methods

Constructors

constructor

  • new ProxyIterableIterator<T, R>(source: Iterator<T, any, undefined>, transform: (value: T) => R): ProxyIterableIterator<T, R>

Methods

[Symbol.iterator]

  • [Symbol.iterator](): IterableIterator<R>

next

  • next(): IteratorResult<R, any>

Generated using TypeDoc