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