cdqa.function

Interface ObjectUnaryPredicate

Known Implementing Classes:
FalseObjectUnaryPredicate, TrueObjectUnaryPredicate

public interface ObjectUnaryPredicate

Field Summary

static ObjectUnaryPredicate
FALSE
static ObjectUnaryPredicate
TRUE

Method Summary

boolean
apply(Object o)

Field Details

FALSE

public static final ObjectUnaryPredicate FALSE

TRUE

public static final ObjectUnaryPredicate TRUE

Method Details

apply

public boolean apply(Object o)