common
Interface UnaryPredicate


public interface UnaryPredicate

The interface of a unary predicate, useful for anonymous classes used as Lambda operators.


Method Summary
 boolean test(java.lang.Object x)
           
 

Method Detail

test

boolean test(java.lang.Object x)