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