net.openhft.function
Interface IntBytePredicate


public interface IntBytePredicate


Method Summary
 boolean test(int a, byte b)
           
 

Method Detail

test

boolean test(int a,
             byte b)