net.openhft.function
Interface LongFloatPredicate


public interface LongFloatPredicate


Method Summary
 boolean test(long a, float b)
           
 

Method Detail

test

boolean test(long a,
             float b)