Skip to main content

class FilterIterator<T>

undocumented

Extends: FastIteratorBase<T>

Type parameters

NameDescription
Tundocumented

Properties

negate

undocumented

Definition

readonly negate: boolean;

pred

undocumented

Definition

readonly pred: (value: T, index: number, halt: () => void) => boolean;

source

undocumented

Definition

readonly source: FastIterator<T>;

state

undocumented

Definition

readonly state: TraverseState;

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