|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationSkip
public final class OperationSkip
Returns an Observable that skips the first num items emitted by the source
Observable.
You can ignore the first num items emitted by an Observable and attend only to
those items that come after, by modifying the Observable with the skip operation.
| Constructor Summary | |
|---|---|
OperationSkip()
|
|
| Method Summary | ||
|---|---|---|
static
|
skip(Observable<? extends T> items,
int num)
Skips a specified number of contiguous values from the start of a Observable sequence and then returns the remaining values. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationSkip()
| Method Detail |
|---|
public static <T> Observable.OnSubscribeFunc<T> skip(Observable<? extends T> items,
int num)
items - num -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||