|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
ListTools.filter(Collection<T> target,
Predicate<T> pred)
Filters a Collection using a Predicate, returning a List. |
|
static
|
ListTools.findFirst(Collection<T> target,
Predicate<T> pred)
Returns the first element of a Collection that satisfies a Predicate. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||