net.openhft.function
Interface Predicate<T>


public interface Predicate<T>


Method Summary
 boolean test(T t)
           
 

Method Detail

test

boolean test(T t)