| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.stream |
| Modifier and Type | Method and Description |
|---|---|
static <R,R2,R3,R4,R5> |
N.callInParallel(Callable<R> command,
Callable<R2> command2,
Callable<R3> command3,
Callable<R4> command4,
Callable<R5> command5)
Executes and complete the input commands in parallel.
|
static <T1,T2,T3,T4,T5> |
Tuple.flatten(Tuple.Tuple3<Tuple.Tuple3<T1,T2,T3>,T4,T5> tp) |
static <T1,T2,T3,T4,T5> |
Tuple.of(T1 _1,
T2 _2,
T3 _3,
T4 _4,
T5 _5) |
Tuple.Tuple5<T5,T4,T3,T2,T1> |
Tuple.Tuple5.reverse() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3,T4,T5,E extends Exception> |
Futures.combine(Future<? extends T1> cf1,
Future<? extends T2> cf2,
Future<? extends T3> cf3,
Future<? extends T4> cf4,
Future<? extends T5> cf5) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
Tuple.toList(Tuple.Tuple5<? extends T,? extends T,? extends T,? extends T,? extends T> tp) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3,R> |
Futures.compose(Future<T1> cf1,
Future<T2> cf2,
Future<T3> cf3,
Throwables.TriFunction<? super Future<T1>,? super Future<T2>,? super Future<T3>,R,Exception> zipFunctionForGet,
Throwables.Function<? super Tuple.Tuple5<Future<T1>,Future<T2>,Future<T3>,Long,TimeUnit>,R,Exception> zipFunctionTimeoutGet) |
| Modifier and Type | Method and Description |
|---|---|
static <T,A1,A2,A3,A4,A5,R1,R2,R3,R4,R5> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3,
Collector<? super T,A4,R4> collector4,
Collector<? super T,A5,R5> collector5) |
static <T,A1,A2,A3,A4,A5,R1,R2,R3,R4,R5> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3,
Collector<? super T,A4,R4> collector4,
Collector<? super T,A5,R5> collector5) |
static <T,A1,A2,A3,A4,A5,R1,R2,R3,R4,R5> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3,
Collector<? super T,A4,R4> collector4,
Collector<? super T,A5,R5> collector5) |
static <T,A1,A2,A3,A4,A5,R1,R2,R3,R4,R5> |
Collectors.combine(Collector<? super T,A1,R1> collector1,
Collector<? super T,A2,R2> collector2,
Collector<? super T,A3,R3> collector3,
Collector<? super T,A4,R4> collector4,
Collector<? super T,A5,R5> collector5) |
Copyright © 2021. All rights reserved.