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