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
 boolean apply(T item)
           
 

Method Detail

apply

boolean apply(T item)


Copyright © 2012. All Rights Reserved.