public final class NbpOperatorBufferExactBoundary<T,U extends java.util.Collection<? super T>,B> extends java.lang.Object implements NbpObservable.NbpOperator<U,T>
| Constructor and Description |
|---|
NbpOperatorBufferExactBoundary(NbpObservable<B> boundary,
Supplier<U> bufferSupplier) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super U> t) |
public NbpOperatorBufferExactBoundary(NbpObservable<B> boundary, Supplier<U> bufferSupplier)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super U> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super U extends java.util.Collection<? super T>>,NbpObservable.NbpSubscriber<? super T>>