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