Drops/skips values in the input iterator while the predicate returns a truthy value.

Type Parameters

  • T

Implements

  • IterableIterator<T>

Constructors

Properties

Methods

Constructors

Properties

dropped: boolean = false
iterator: Iterator<T, any, any>
predicate: ((value: T) => any)

Methods

  • Parameters

    • Rest...args: any[]

    Returns IteratorResult<T, any>