net.openhft.function
Interface IntCharPredicate


public interface IntCharPredicate


Method Summary
 boolean test(int a, char b)
           
 

Method Detail

test

boolean test(int a,
             char b)