Uses of Class
org.leo.aws.ddb.utils.Tuple3
-
Packages that use Tuple3 Package Description org.leo.aws.ddb.utils -
-
Uses of Tuple3 in org.leo.aws.ddb.utils
Fields in org.leo.aws.ddb.utils declared as Tuple3 Modifier and Type Field Description private Tuple3<A,B,C>Tuple5. firstThroughThirdprivate Tuple3<A,B,C>Tuple6. firstThroughThirdprivate Tuple3<A,B,C>Tuple7. firstThroughThirdprivate Tuple3<D,E,F>Tuple6. fourthThroughSixthMethods in org.leo.aws.ddb.utils that return Tuple3 Modifier and Type Method Description <C> Tuple3<A,B,C>Tuple. append(C third)static <A,B,C>
Tuple3<A,B,C>Tuple3. of(A first, B second, C third)static <A,B,C>
Tuple3<A,B,C>Tuples. of(A first, B second, C third)
-