public final class QuerySkip<T> extends Query<T>
QuerySkip(Query<T> query, int skip)
CompletableFuture<Void>
subscribe(Consumer<? super T> onNext, Consumer<? super Throwable> onError)
blockingSubscribe, distinct, filter, flatMapConcat, flatMapMerge, fork, map, of, of, of, onError, onNext, skip, takeWhile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QuerySkip(Query<T> query, int skip)
public CompletableFuture<Void> subscribe(Consumer<? super T> onNext, Consumer<? super Throwable> onError)
subscribe
Query<T>