Uses of Interface
org.eobjects.metamodel.util.Predicate

Packages that use Predicate
org.eobjects.metamodel.util Utilities and convenient classes 
 

Uses of Predicate in org.eobjects.metamodel.util
 

Classes in org.eobjects.metamodel.util that implement Predicate
 class ExclusionPredicate<E>
          A predicate that uses an exclusion list ("black list") of elements to determine whether to evaluate true or false.
 class FalsePredicate<E>
          A predicate that is always false
 class InclusionPredicate<E>
          A predicate that uses an inclusion list ("white list") of elements to determine whether to evaluate true or false.
 class TruePredicate<E>
          A predicate that is always true
 

Methods in org.eobjects.metamodel.util with parameters of type Predicate
static
<E> List<E>
CollectionUtils.filter(E[] items, Predicate<? super E> predicate)
           
static
<E> List<E>
CollectionUtils.filter(Iterable<E> items, Predicate<? super E> predicate)
           
 



Copyright © 2007-2013. All Rights Reserved.