Uses of Interface
org.powertac.util.Predicate
-
Packages that use Predicate Package Description org.powertac.util -
-
Uses of Predicate in org.powertac.util
Methods in org.powertac.util with parameters of type Predicate Modifier and Type Method Description 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.
-