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