public class ReactiveMapper1<T1> extends Object implements ReactiveFetcher<T1>
| Constructor and Description |
|---|
ReactiveMapper1(Query query,
Backend.Session session) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveMapper1<Optional<T1>> |
asOptional() |
ReactiveFetcher<T1> |
changeQuery(UnaryOperator<Query> mapFn) |
org.reactivestreams.Publisher<Long> |
count() |
org.reactivestreams.Publisher<Boolean> |
exists() |
org.reactivestreams.Publisher<T1> |
fetch() |
<X> ReactiveFetcher<X> |
map(Function<? super T1,? extends X> mapFn) |
org.reactivestreams.Publisher<T1> |
one() |
org.reactivestreams.Publisher<T1> |
oneOrNone() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic ReactiveMapper1(Query query, Backend.Session session)
public ReactiveMapper1<Optional<T1>> asOptional()
public org.reactivestreams.Publisher<T1> fetch()
public org.reactivestreams.Publisher<T1> one()
public org.reactivestreams.Publisher<T1> oneOrNone()
public org.reactivestreams.Publisher<Boolean> exists()
public org.reactivestreams.Publisher<Long> count()
public <X> ReactiveFetcher<X> map(Function<? super T1,? extends X> mapFn)
public ReactiveFetcher<T1> changeQuery(UnaryOperator<Query> mapFn)
Copyright © 2020 The Immutables.org authors. All rights reserved.