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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(T item)
 
- 
- 
- 
Method Detail- 
applyboolean apply(T item) 
 
- 
 
-