public final class OperatorTakeLastTimed<T> extends java.lang.Object implements Observable.Operator<T,T>
count
items emitted by the source Observable.
Constructor and Description |
---|
OperatorTakeLastTimed(int count,
long time,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler) |
OperatorTakeLastTimed(long time,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super T> subscriber) |
public OperatorTakeLastTimed(long time, java.util.concurrent.TimeUnit unit, Scheduler scheduler)
public OperatorTakeLastTimed(int count, long time, java.util.concurrent.TimeUnit unit, Scheduler scheduler)
public Subscriber<? super T> call(Subscriber<? super T> subscriber)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super T>>