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