Class MultiSkipUntilOtherOp<T,​U>

  • Type Parameters:
    T - the type of items emitted by the upstream (and propagated downstream)
    U - the type of items emitted by the other publisher
    All Implemented Interfaces:
    Multi<T>, org.reactivestreams.Publisher<T>

    public final class MultiSkipUntilOtherOp<T,​U>
    extends AbstractMultiOperator<T,​T>
    Skips items emitted by the upstream until the other publisher emits either an item or completes.
    • Constructor Detail

      • MultiSkipUntilOtherOp

        public MultiSkipUntilOtherOp​(Multi<? extends T> upstream,
                                     org.reactivestreams.Publisher<U> other)