T - the value type
public final class OperatorWindowWithSize<T> extends Objectimplements Observable .Operator <Observable <T> ,T>
Note that this conforms the Rx.NET behavior, but does not match former RxJava behavior, which operated as a regular buffer and mapped its lists to Observables.
| Constructor and Description |
|---|
OperatorWindowWithSize(int size, int skip)
|
public Subscriber<? super T> call(Subscriber <? super Observable <T>> child)