net.openhft.function
Interface CharCharPredicate


public interface CharCharPredicate


Method Summary
 boolean test(char a, char b)
           
 

Method Detail

test

boolean test(char a,
             char b)