public class AsyncReader<T> extends AbstractReader<AsyncReader<T>> implements AsyncFetcher.LimitOffset<T>
AsyncFetcher.DistinctLimitOffset<T>, AsyncFetcher.LimitOffset<T>, AsyncFetcher.Offset<T>groupBy, orderByprotected AsyncReader<T> newReader(Query query)
public <T1> AsyncMapper1.DistinctLimitOffset<T1> select(Projection<T1> proj1)
public <T1,T2> AsyncMapper2.DistinctLimitOffset<T1,T2> select(Projection<T1> proj1, Projection<T2> proj2)
public <T1,T2,T3> AsyncMapper3.DistinctLimitOffset<T1,T2,T3> select(Projection<T1> proj1, Projection<T2> proj2, Projection<T3> proj3)
public <T1,T2,T3,T4> AsyncMapper4.DistinctLimitOffset<T1,T2,T3,T4> select(Projection<T1> proj1, Projection<T2> proj2, Projection<T3> proj3, Projection<T4> proj4)
public <T1,T2,T3,T4,T5> AsyncMapper5.DistinctLimitOffset<T1,T2,T3,T4,T5> select(Projection<T1> proj1, Projection<T2> proj2, Projection<T3> proj3, Projection<T4> proj4, Projection<T5> proj5)
public AsyncMapperTuple.DistinctLimitOffset select(Iterable<Projection<?>> projections)
public CompletionStage<List<T>> fetch()
public CompletionStage<T> one()
public CompletionStage<Optional<T>> oneOrNone()
public CompletionStage<Boolean> exists()
public CompletionStage<Long> count()
public AsyncFetcher.Offset<T> limit(long limit)
public AsyncFetcher<T> offset(long offset)
Copyright © 2020 The Immutables.org authors. All rights reserved.