• Skip items from a stream until another source produces a value.

    If the notifier closes without producing a value, the output will be empty. If the notifier throws, so will the output.

    Type Parameters

    • T

    Parameters

    Returns Transformer<T>