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