Package net.sf.cglib.core
Interface Predicate
-
- All Known Implementing Classes:
DuplicatesPredicate
,RejectModifierPredicate
,VisibilityPredicate
public interface Predicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
evaluate(java.lang.Object arg)
-