Uses of Class
io.vertigo.core.lang.Tuple
-
Packages that use Tuple Package Description io.vertigo.core.lang io.vertigo.core.util -
-
Uses of Tuple in io.vertigo.core.lang
Methods in io.vertigo.core.lang that return Tuple Modifier and Type Method Description static <A,B>
Tuple<A,B>Tuple. of(A val1, B val2)Creates a Tuple with 2 objects -
Uses of Tuple in io.vertigo.core.util
Methods in io.vertigo.core.util that return types with arguments of type Tuple Modifier and Type Method Description Collection<Tuple<Class,Field>>Selector. findFields()Finds the fields matching the requirements with the associatedClass.Collection<Tuple<Class,Method>>Selector. findMethods()Find the methods matching the requirements and with method matching the requirements.
-