public final class NbpOperatorWindowTimed<T> extends java.lang.Object implements NbpObservable.NbpOperator<NbpObservable<T>,T>
| Constructor and Description |
|---|
NbpOperatorWindowTimed(long timespan,
long timeskip,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler,
long maxSize,
int bufferSize,
boolean restartTimerOnMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super NbpObservable<T>> t) |
public NbpOperatorWindowTimed(long timespan,
long timeskip,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler,
long maxSize,
int bufferSize,
boolean restartTimerOnMaxSize)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super NbpObservable<T>> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super NbpObservable<T>>,NbpObservable.NbpSubscriber<? super T>>