org.guiceyfruit.support
Interface Predicate<T>


public interface Predicate<T>

If Guice ever uses this we could switch to its version from Google Collections

Version:
$Revision: 1.1 $

Method Summary
 boolean matches(T t)
           
 

Method Detail

matches

boolean matches(T t)


Copyright © 2009. All Rights Reserved.