| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3,T4,T5,T6,T7> |
Tuple.of(T1 _1,
T2 _2,
T3 _3,
T4 _4,
T5 _5,
T6 _6,
T7 _7) |
Tuple.Tuple7<T7,T6,T5,T4,T3,T2,T1> |
Tuple.Tuple7.reverse() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3,T4,T5,T6,T7,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,
Future<? extends T6> cf6,
Future<? extends T7> cf7) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
Tuple.toList(Tuple.Tuple7<? extends T,? extends T,? extends T,? extends T,? extends T,? extends T,? extends T> tp) |
Copyright © 2021. All rights reserved.