Class MultiWindowOp<T>

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

    public class MultiWindowOp<T>
    extends AbstractMultiOperator<T,​Multi<T>>
    Splits the source sequence by time of reception into potentially overlapping Multi.