• Lets the values of the iterable pass through until a condition is met. The first value that doesn't meet the condition will stop the iteration.

    Type Parameters

    • T

      The type of the items in the source sequence.

    Parameters

    • fn: ((value) => boolean)
        • (value): boolean
        • Parameters

          • value: T

          Returns boolean

    Returns IterablePipe<T, T>

Generated using TypeDoc