public class ReactiveMapper2<T1,T2> extends Object
| Constructor and Description |
|---|
ReactiveMapper2(Query query,
Backend.Session session) |
| Modifier and Type | Method and Description |
|---|---|
<R> ReactiveFetcher<R> |
map(BiFunction<T1,T2,R> mapFn) |
<X> ReactiveFetcher<X> |
map(Function<? super Tuple,? extends X> mapFn) |
public ReactiveMapper2(Query query, Backend.Session session)
public <R> ReactiveFetcher<R> map(BiFunction<T1,T2,R> mapFn)
public <X> ReactiveFetcher<X> map(Function<? super Tuple,? extends X> mapFn)
Copyright © 2020 The Immutables.org authors. All rights reserved.