net.openhft.function
Interface LongDoublePredicate


public interface LongDoublePredicate


Method Summary
 boolean test(long a, double b)
           
 

Method Detail

test

boolean test(long a,
             double b)