|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationTakeLast
public final class OperationTakeLast
Returns an Observable that emits the last count items emitted by the source
Observable.
| Constructor Summary | |
|---|---|
OperationTakeLast()
|
|
| Method Summary | ||
|---|---|---|
static
|
takeLast(Observable<? extends T> items,
int count)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationTakeLast()
| Method Detail |
|---|
public static <T> Observable.OnSubscribeFunc<T> takeLast(Observable<? extends T> items,
int count)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||