• An iterable filter that will return results until the predicate condition is true.

    Returns

    Type Parameters

    • T

    Parameters

    • predicate: PredicateWithIndex<T>

    Returns IterableFilter<T>

Generated using TypeDoc