public final class QueryFork<T> extends Query<T>
QueryFork(T[] data)
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 QueryFork(T[] data)
public CompletableFuture<Void> subscribe(Consumer<? super T> onNext, Consumer<? super Throwable> onError)
subscribe
Query<T>