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