net.openhft.function
Interface ObjFloatPredicate<T>


public interface ObjFloatPredicate<T>


Method Summary
 boolean test(T a, float b)
           
 

Method Detail

test

boolean test(T a,
             float b)