Skip to main content

class FilterApplyIterator<T,A>

undocumented

Extends: FastIteratorBase<T>

Type parameters​

NameConstraintsDescription
Treadonly unknown[]undocumented
Areadonly unknown[]undocumented

Properties​

args​

undocumented

Definition​

readonly args: A;

iter​

undocumented

Definition​

iter: FastIterator<T>;

negate​

undocumented

Definition​

readonly negate: boolean;

pred​

undocumented

Definition​

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

Methods​

fastNext​

undocumented

Definition​

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

Type parameters​

NameDescription
O

Parameters​

NameTypeDescription
otherwiseOptLazy<O>

Overrides​

FastIteratorBase.fastNext

next​

undocumented

Definition​

next(): IteratorResult<T>;

Overrides​

FastIteratorBase.next