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