net.openhft.function
Interface ByteObjPredicate<U>


public interface ByteObjPredicate<U>


Method Summary
 boolean test(byte a, U b)
           
 

Method Detail

test

boolean test(byte a,
             U b)