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