Uses of Class
io.tech1.framework.domain.tuples.Tuple6
-
Packages that use Tuple6 Package Description io.tech1.framework.domain.tuples -
-
Uses of Tuple6 in io.tech1.framework.domain.tuples
Methods in io.tech1.framework.domain.tuples that return Tuple6 Modifier and Type Method Description static <A,B,C,D,E,F>
Tuple6<A,B,C,D,E,F>Tuple6. of(A a, B b, C c, D d, E e, F f)
-