Interface Predicate
-
- All Known Implementing Classes:
DeclaringTypePredicate
,DepthPredicate
,IsMandatoryPredicate
,IsNodePredicate
,NamePredicate
,NodeTypePredicate
,NtFilePredicate
,PathPredicate
,RowPredicate
public interface Predicate
Interface for object predicates, i.e. functions that evaluate a given object to a boolean value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
evaluate(java.lang.Object object)
Evaluates the predicate for the given object.
-