public interface ReactiveFetcher<T> extends Fetcher<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveFetcher<T> |
changeQuery(UnaryOperator<Query> mapFn) |
org.reactivestreams.Publisher<Long> |
count() |
org.reactivestreams.Publisher<Boolean> |
exists() |
org.reactivestreams.Publisher<T> |
fetch() |
<X> ReactiveFetcher<X> |
map(Function<? super T,? extends X> mapFn) |
static <T> ReactiveFetcher<T> |
of(Query query,
Backend.Session session) |
org.reactivestreams.Publisher<T> |
one() |
org.reactivestreams.Publisher<T> |
oneOrNone() |
org.reactivestreams.Publisher<T> fetch()
org.reactivestreams.Publisher<T> one()
org.reactivestreams.Publisher<T> oneOrNone()
org.reactivestreams.Publisher<Boolean> exists()
org.reactivestreams.Publisher<Long> count()
<X> ReactiveFetcher<X> map(Function<? super T,? extends X> mapFn)
ReactiveFetcher<T> changeQuery(UnaryOperator<Query> mapFn)
static <T> ReactiveFetcher<T> of(Query query, Backend.Session session)
Copyright © 2020 The Immutables.org authors. All rights reserved.