Uses of Interface
se.liu.ida.critiquer.mics.Predicate

Packages that use Predicate
se.liu.ida.critiquer.mics   
 

Uses of Predicate in se.liu.ida.critiquer.mics
 

Methods in se.liu.ida.critiquer.mics with parameters of type Predicate
static
<T> T
Utils.find(Collection<T> c, Predicate<T> comp)
           
static
<T> ArrayList<T>
Utils.findAll(Collection<T> c, Predicate<T> comp)