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