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

| Constructor and Description |
|---|
OperatorTakeLast(int count)
|
public Subscriber<? super T> call(Subscriber <? super T> subscriber)