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