public interface AsyncMapperTuple
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncMapperTuple.DistinctLimitOffset |
static interface |
AsyncMapperTuple.LimitOffset |
static interface |
AsyncMapperTuple.Offset |
| Modifier and Type | Method and Description |
|---|---|
<R> AsyncFetcher<R> |
map(Function<? super Tuple,? extends R> mapFn) |
<R> AsyncFetcher<R> map(Function<? super Tuple,? extends R> mapFn)
Copyright © 2020 The Immutables.org authors. All rights reserved.