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(Object arg)
-
-
-
Method Detail
-
evaluate
boolean evaluate(Object arg)
-
-