public final class OperatorTakeLastTimed<T> extends Objectimplements Observable .Operator <T ,T>
count items emitted by the source Observable.

| Constructor and Description |
|---|
OperatorTakeLastTimed(int count, long time, TimeUnit
|
OperatorTakeLastTimed(long time, TimeUnit
|
public Subscriber<? super T> call(Subscriber <? super T> subscriber)