cdqa.function
Interface ObjectUnaryPredicate

All Known Implementing Classes:
FalseObjectUnaryPredicate, TrueObjectUnaryPredicate

public interface ObjectUnaryPredicate


Field Summary
static ObjectUnaryPredicate FALSE
           
static ObjectUnaryPredicate TRUE
           
 
Method Summary
 boolean apply(java.lang.Object o)
           
 

Field Detail

TRUE

static final ObjectUnaryPredicate TRUE

FALSE

static final ObjectUnaryPredicate FALSE
Method Detail

apply

boolean apply(java.lang.Object o)