Uses of Class
io.tech1.framework.domain.tuples.Tuple1
-
Packages that use Tuple1 Package Description io.tech1.framework.domain.tuples -
-
Uses of Tuple1 in io.tech1.framework.domain.tuples
Methods in io.tech1.framework.domain.tuples that return Tuple1 Modifier and Type Method Description static <A> Tuple1<A>Tuple1. of(A value)
-