• An iterable filter that bypasses elements in sequence while the predicate condition is true and if false will iterate the rest. Inverse of skipUntil.

    Returns

    Type Parameters

    • T

    Parameters

    • predicate: PredicateWithIndex<T>

    Returns IterableFilter<T>

Generated using TypeDoc