Class MultiSkipLastOp<T>

  • Type Parameters:
    T - the type of item
    All Implemented Interfaces:
    Multi<T>, org.reactivestreams.Publisher<T>

    public final class MultiSkipLastOp<T>
    extends AbstractMultiOperator<T,​T>
    Skips the numberOfItems last items from upstream.
    • Constructor Detail

      • MultiSkipLastOp

        public MultiSkipLastOp​(Multi<? extends T> upstream,
                               int numberOfItems)