public final class OperatorWindow<T> extends java.lang.Object implements Observable.Operator<Observable<T>,T>
| Constructor and Description |
|---|
OperatorWindow(long count,
long skip,
int capacityHint) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super Observable<T>> t) |
public org.reactivestreams.Subscriber<? super T> apply(org.reactivestreams.Subscriber<? super Observable<T>> t)
apply in interface Function<org.reactivestreams.Subscriber<? super Observable<T>>,org.reactivestreams.Subscriber<? super T>>