public final class NbpOperatorWindow<T> extends java.lang.Object implements NbpObservable.NbpOperator<NbpObservable<T>,T>
| Constructor and Description |
|---|
NbpOperatorWindow(long count,
long skip,
int capacityHint) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super NbpObservable<T>> t) |
public NbpOperatorWindow(long count,
long skip,
int capacityHint)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super NbpObservable<T>> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super NbpObservable<T>>,NbpObservable.NbpSubscriber<? super T>>