Uses of Class
org.leo.aws.ddb.utils.Tuple7
-
Packages that use Tuple7 Package Description org.leo.aws.ddb.utils -
-
Uses of Tuple7 in org.leo.aws.ddb.utils
Methods in org.leo.aws.ddb.utils that return Tuple7 Modifier and Type Method Description <G> Tuple7<A,B,C,D,E,F,G>Tuple6. append(G seventh)static <A,B,C,D,E,F,G>
Tuple7<A,B,C,D,E,F,G>Tuples. of(A first, B second, C third, D fourth, E fifth, F sixth, G seventh)
-