JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.powertac.util
Interface Predicate<T>
public interface
Predicate<T>
Interface used for filtering and other testing purposes. Modeled after an
article on StackOverflow
.
Author:
John Collins
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
apply
(
T
item)
Method Details
apply
boolean
apply
(
T
item)