| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3,T4,T5,T6,T7,T8> |
Tuple.of(T1 _1,
T2 _2,
T3 _3,
T4 _4,
T5 _5,
T6 _6,
T7 _7,
T8 _8)
Deprecated.
you should consider using
class SomeClass { final T1 propName1, final T2 propName2...} |
Tuple.Tuple8<T8,T7,T6,T5,T4,T3,T2,T1> |
Tuple.Tuple8.reverse() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
Tuple.toList(Tuple.Tuple8<? extends T,? extends T,? extends T,? extends T,? extends T,? extends T,? extends T,? extends T> tp) |
Copyright © 2021. All rights reserved.