Skip to main content

class DropWhileIterator<T>

undocumented

Extends: FastIteratorBase<T>

Type parameters

NameDescription
Tundocumented

Properties

index

undocumented

Definition

index: number;

negate

undocumented

Definition

readonly negate: boolean;

pass

undocumented

Definition

pass: boolean;

pred

undocumented

Definition

readonly pred: (value: T, index: number) => 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