Uses of Interface
org.codehaus.commons.compiler.util.Predicate
-
Packages that use Predicate Package Description org.codehaus.commons.compiler.util.iterator -
-
Uses of Predicate in org.codehaus.commons.compiler.util.iterator
Methods in org.codehaus.commons.compiler.util.iterator with parameters of type Predicate Modifier and Type Method Description static <T> java.lang.Iterable<T>
Iterables. filter(java.lang.Iterable<? extends T> delegate, Predicate<? super T> predicate)
static <T> java.util.Iterator<T>
Iterables. filter(java.util.Iterator<? extends T> delegate, Predicate<? super T> predicate)
static <T> java.lang.Iterable<T>
Iterables. filter(T[] delegate, Predicate<? super T> predicate)
-