Uses of Interface
org.jvnet.jaxb.plugin.util.Predicate
-
Packages that use Predicate Package Description org.jvnet.jaxb.plugin.util -
-
Uses of Predicate in org.jvnet.jaxb.plugin.util
Methods in org.jvnet.jaxb.plugin.util with parameters of type Predicate Modifier and Type Method Description static <T> T[]ArrayUtils. filter(T[] array, Predicate<T> predicate, Class<? extends T> theClass)
-