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