net.openhft.function
Interface ShortObjPredicate<U>


public interface ShortObjPredicate<U>


Method Summary
 boolean test(short a, U b)
           
 

Method Detail

test

boolean test(short a,
             U b)