Uses of Class
org.leo.aws.ddb.utils.Tuple
-
Packages that use Tuple Package Description org.leo.aws.ddb.utils -
-
Uses of Tuple in org.leo.aws.ddb.utils
Fields in org.leo.aws.ddb.utils declared as Tuple Modifier and Type Field Description private Tuple<A,B>Tuple3. firstAndSecondprivate Tuple<A,B>Tuple4. firstAndSecondprivate Tuple<D,E>Tuple5. fourthAndFifthprivate Tuple<C,D>Tuple4. thirdAndFourthMethods in org.leo.aws.ddb.utils that return Tuple Modifier and Type Method Description Tuple<A,B>Tuple. _1(A updatedVal)Tuple<A,B>Tuple. _2(B updatedVal)<X,Y>
Tuple<X,Y>Tuple. map(BiFunction<? super A,? super B,Tuple<X,Y>> mapper)static <A,B>
Tuple<A,B>Tuples. of(A first, B second)Method parameters in org.leo.aws.ddb.utils with type arguments of type Tuple Modifier and Type Method Description <X,Y>
Tuple<X,Y>Tuple. map(BiFunction<? super A,? super B,Tuple<X,Y>> mapper)
-