| Package | Description |
|---|---|
| org.immutables.criteria.repository | |
| org.immutables.criteria.repository.async | |
| org.immutables.criteria.repository.reactive | |
| org.immutables.criteria.repository.sync |
| Modifier and Type | Method and Description |
|---|---|
static <R> Function<Tuple,R> |
Mappers.fromTuple() |
static <R,T1,T2> Function<Tuple,R> |
Mappers.fromTuple(BiFunction<T1,T2,R> fn) |
static <R,T1,T2,T3> |
Mappers.fromTuple(MapperFunction3<T1,T2,T3,R> fn) |
static <R,T1,T2,T3,T4> |
Mappers.fromTuple(MapperFunction4<T1,T2,T3,T4,R> fn) |
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> |
AsyncMapper4.map(Function<? super Tuple,? extends R> mapFn) |
<R> AsyncFetcher<R> |
AsyncMapper5.map(Function<? super Tuple,? extends R> mapFn) |
<R> AsyncFetcher<R> |
AsyncMapper2.map(Function<? super Tuple,? extends R> mapFn) |
<R> AsyncFetcher<R> |
AsyncMapperTuple.map(Function<? super Tuple,? extends R> mapFn) |
<R> AsyncFetcher<R> |
AsyncMapper3.map(Function<? super Tuple,? extends R> mapFn) |
| Modifier and Type | Method and Description |
|---|---|
<R> ReactiveFetcher<R> |
ReactiveMapperTuple.map(Function<? super Tuple,? extends R> mapFn) |
<X> ReactiveFetcher<X> |
ReactiveMapper2.map(Function<? super Tuple,? extends X> mapFn) |
<X> ReactiveFetcher<X> |
ReactiveMapper3.map(Function<? super Tuple,? extends X> mapFn) |
<X> ReactiveFetcher<X> |
ReactiveMapper4.map(Function<? super Tuple,? extends X> mapFn) |
<X> ReactiveFetcher<X> |
ReactiveMapper5.map(Function<? super Tuple,? extends X> mapFn) |
| Modifier and Type | Method and Description |
|---|---|
<R> SyncFetcher<R> |
SyncMapper4.map(Function<? super Tuple,? extends R> mapFn) |
<R> SyncFetcher<R> |
SyncMapper5.map(Function<? super Tuple,? extends R> mapFn) |
<R> SyncFetcher<R> |
SyncMapper2.map(Function<? super Tuple,? extends R> mapFn) |
<R> SyncFetcher<R> |
SyncMapper3.map(Function<? super Tuple,? extends R> mapFn) |
<R> SyncFetcher<R> |
SyncMapperTuple.map(Function<? super Tuple,? extends R> mapFn) |
Copyright © 2020 The Immutables.org authors. All rights reserved.