Uses of Class
fi.jubic.easyutils.tuple.Tuple2
-
Packages that use Tuple2 Package Description fi.jubic.easyutils.transactional fi.jubic.easyutils.tuple -
-
Uses of Tuple2 in fi.jubic.easyutils.transactional
Methods in fi.jubic.easyutils.transactional that return types with arguments of type Tuple2 Modifier and Type Method Description Transactional<Tuple2<T0,T1>,C>Transactional2. peekMap(BiFunction<T0,T1,Transactional<Void,C>> procedure) -
Uses of Tuple2 in fi.jubic.easyutils.tuple
Methods in fi.jubic.easyutils.tuple that return Tuple2 Modifier and Type Method Description static <T0,T1>
Tuple2<T0,T1>Tuple. of(T0 t0, T1 t1)Create aTupleof 2 elements.
-