| Modifier and Type | Method and Description |
|---|---|
static <R,T1,T2,T3,T4,T5> |
Mappers.fromTuple(MapperFunction5<T1,T2,T3,T4,T5,R> fn) |
| Modifier and Type | Method and Description |
|---|---|
<R> AsyncFetcher<R> |
AsyncMapper5.map(MapperFunction5<T1,T2,T3,T4,T5,R> mapFn) |
| Modifier and Type | Method and Description |
|---|---|
<R> ReactiveFetcher<R> |
ReactiveMapper5.map(MapperFunction5<T1,T2,T3,T4,T5,R> mapFn) |
| Modifier and Type | Method and Description |
|---|---|
<R> SyncFetcher<R> |
SyncMapper5.map(MapperFunction5<T1,T2,T3,T4,T5,R> mapFn) |
Copyright © 2020 The Immutables.org authors. All rights reserved.