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