public final class OperatorTakeLast<T> extends java.lang.Object implements Observable.Operator<T,T>
| Constructor and Description |
|---|
OperatorTakeLast(int count) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super T> t) |