public interface AsyncFetcher<T> extends Fetcher<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncFetcher.DistinctLimitOffset<T> |
static interface |
AsyncFetcher.LimitOffset<T> |
static interface |
AsyncFetcher.Offset<T> |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Long> |
count() |
CompletionStage<Boolean> |
exists() |
CompletionStage<List<T>> |
fetch() |
CompletionStage<T> |
one() |
CompletionStage<Optional<T>> |
oneOrNone() |
CompletionStage<List<T>> fetch()
CompletionStage<T> one()
CompletionStage<Optional<T>> oneOrNone()
CompletionStage<Boolean> exists()
CompletionStage<Long> count()
Copyright © 2020 The Immutables.org authors. All rights reserved.