Uses of Interface
org.powertac.util.Predicate

Packages that use Predicate
org.powertac.util   
 

Uses of Predicate in org.powertac.util
 

Methods in org.powertac.util with parameters of type Predicate
static
<T> List<T>
ListTools.filter(Collection<T> target, Predicate<T> pred)
          Filters a Collection using a Predicate, returning a List.
static
<T> T
ListTools.findFirst(Collection<T> target, Predicate<T> pred)
          Returns the first element of a Collection that satisfies a Predicate.
 



Copyright © 2011. All Rights Reserved.