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>
predicate: (value: T) => any

Methods