org.fusesource.insight.log.support
Interface Predicate<T>


public interface Predicate<T>

Applies a predicate to a type; can be replaced by the Predicate from Guava later maybe?


Method Summary
 boolean matches(T t)
           
 

Method Detail

matches

boolean matches(T t)


Copyright © 2013 Red Hat. All Rights Reserved.