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