net.openhft.function
Interface CharObjPredicate<U>


public interface CharObjPredicate<U>


Method Summary
 boolean test(char a, U b)
           
 

Method Detail

test

boolean test(char a,
             U b)