Function takeUntil

  • Take items from a source until another source produces a value.

    If the notifier closes without producing a value, this will output all elements of the input. But if the notifier throws, so will the output.

    Type Parameters

    • T

    Parameters

    Returns Transformer<T>