net.openhft.function
Interface FloatObjPredicate<U>


public interface FloatObjPredicate<U>


Method Summary
 boolean test(float a, U b)
           
 

Method Detail

test

boolean test(float a,
             U b)