public final class OperatorBufferExactBoundary<T,U extends java.util.Collection<? super T>,B> extends java.lang.Object implements Observable.Operator<U,T>
| Constructor and Description |
|---|
OperatorBufferExactBoundary(org.reactivestreams.Publisher<B> boundary,
Supplier<U> bufferSupplier) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super U> t) |