public final class NbpOperatorBufferTimed<T,U extends java.util.Collection<? super T>> extends java.lang.Object implements NbpObservable.NbpOperator<U,T>
| Constructor and Description |
|---|
NbpOperatorBufferTimed(long timespan,
long timeskip,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler,
Supplier<U> bufferSupplier,
int maxSize,
boolean restartTimerOnMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super U> t) |
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>>