|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperatorSkip<T>
public final class OperatorSkip<T>
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 | |
|---|---|
OperatorSkip(int n)
|
|
| Method Summary | |
|---|---|
Subscriber<? super T> |
call(Subscriber<? super T> child)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperatorSkip(int n)
| Method Detail |
|---|
public Subscriber<? super T> call(Subscriber<? super T> child)
call in interface Func1<Subscriber<? super T>,Subscriber<? super T>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||