• An iterable filter that will return results while the predicate condition is true and stops when false.

    Returns

    Type Parameters

    • T

    Parameters

    • predicate: PredicateWithIndex<T>

    Returns IterableFilter<T>

Generated using TypeDoc