net.openhft.function
Interface ObjCharPredicate<T>


public interface ObjCharPredicate<T>


Method Summary
 boolean test(T a, char b)
           
 

Method Detail

test

boolean test(T a,
             char b)