Uses of Class
at.jku.ssw.fp.util.Tuple2
-
Packages that use Tuple2 Package Description at.jku.ssw.fp.sect11_3.check4j at.jku.ssw.fp.util -
-
Uses of Tuple2 in at.jku.ssw.fp.sect11_3.check4j
Methods in at.jku.ssw.fp.sect11_3.check4j that return types with arguments of type Tuple2 Modifier and Type Method Description static <A,B>
Gen<Tuple2<A,B>>Gens. tuple2(Gen<A> aGen, Gen<B> bGen)
A generator of tuples of two values. -
Uses of Tuple2 in at.jku.ssw.fp.util
Methods in at.jku.ssw.fp.util that return Tuple2 Modifier and Type Method Description static <A,B>
Tuple2<A,B>Tuple2. of(A v1, B v2)
Creates a tuple of two value.
-