Uses of Class
org.leo.aws.ddb.utils.Tuple4
-
Packages that use Tuple4 Package Description org.leo.aws.ddb.utils -
-
Uses of Tuple4 in org.leo.aws.ddb.utils
Fields in org.leo.aws.ddb.utils declared as Tuple4 Modifier and Type Field Description private Tuple4<E,F,G,H>Tuple8. fifthThroughEighthprivate Tuple4<A,B,C,D>Tuple8. firstThroughFourthprivate Tuple4<A,B,C,D>Tuple9. firstThroughFourthprivate Tuple4<D,E,F,G>Tuple7. fourthThroughSeventhMethods in org.leo.aws.ddb.utils that return Tuple4 Modifier and Type Method Description <D> Tuple4<A,B,C,D>Tuple3. append(D fourth)static <A,B,C,D>
Tuple4<A,B,C,D>Tuples. of(A first, B second, C third, D fourth)
-