T
- the value typepublic final class OperatorWindowWithTime<T> extends Object implements Observable.Operator<Observable<T>,T>
Note that this conforms the Rx.NET behavior, but does not match former RxJava behavior, which operated as a regular buffer and mapped its lists to Observables.
Constructor and Description |
---|
OperatorWindowWithTime(long timespan,
long timeshift,
TimeUnit unit,
int size,
Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super Observable<T>> child) |
public Subscriber<? super T> call(Subscriber<? super Observable<T>> child)
call
in interface Func1<Subscriber<? super Observable<T>>,Subscriber<? super T>>
Copyright © 2017. All rights reserved.