net.openhft.function
Interface ObjBytePredicate<T>


public interface ObjBytePredicate<T>


Method Summary
 boolean test(T a, byte b)
           
 

Method Detail

test

boolean test(T a,
             byte b)