public final class NbpOperatorWindowBoundary<T,B> extends java.lang.Object implements NbpObservable.NbpOperator<NbpObservable<T>,T>
| Constructor and Description |
|---|
NbpOperatorWindowBoundary(NbpObservable<B> other,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super NbpObservable<T>> t) |
public NbpOperatorWindowBoundary(NbpObservable<B> other, int bufferSize)
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>>