net.openhft.function
Interface IntPredicate


public interface IntPredicate


Method Summary
 boolean test(int value)
           
 

Method Detail

test

boolean test(int value)