Skip to main content

class FilterPureIterator<T,A>

undocumented

Extends: FastIteratorBase<T>

Type parameters

NameConstraintsDescription
Tundocumented
Areadonly unknown[]undocumented

Properties

args

undocumented

Definition

readonly args: A;

negate

undocumented

Definition

readonly negate: boolean;

pred

undocumented

Definition

readonly pred: (value: T, ...args: A) => boolean;

source

undocumented

Definition

readonly source: FastIterator<T>;

Methods

fastNext

undocumented

Definition

fastNext<O>(otherwise?: OptLazy<O>): T | O;

Type parameters

NameDescription
O

Parameters

NameTypeDescription
otherwiseOptLazy<O>

Overrides

FastIteratorBase.fastNext

next

Returns the next IteratorResult.

Definition

next(): IteratorResult<T>;

Overrides

FastIterator.next, FastIteratorBase.next