net.openhft.function
Interface IntFloatPredicate


public interface IntFloatPredicate


Method Summary
 boolean test(int a, float b)
           
 

Method Detail

test

boolean test(int a,
             float b)