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