net.openhft.function
Interface ByteCharPredicate


public interface ByteCharPredicate


Method Summary
 boolean test(byte a, char b)
           
 

Method Detail

test

boolean test(byte a,
             char b)