net.openhft.function
Interface ByteBytePredicate


public interface ByteBytePredicate


Method Summary
 boolean test(byte a, byte b)
           
 

Method Detail

test

boolean test(byte a,
             byte b)