T - the value typepublic final class OperatorWindowWithSize<T> extends java.lang.Object implements 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) |
| Modifier and Type | Method and Description |
|---|---|
Subscriber<? super T> |
call(Subscriber<? super Observable<T>> child) |
public Subscriber<? super T> call(Subscriber<? super Observable<T>> child)
call in interface Func1<Subscriber<? super Observable<T>>,Subscriber<? super T>>