Interface Predicate
-
- All Known Implementing Classes:
DeclaringTypePredicate,DepthPredicate,IsMandatoryPredicate,IsNodePredicate,NamePredicate,NodeTypePredicate,NtFilePredicate,PathPredicate,RowPredicate
public interface PredicateInterface 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 booleanevaluate(java.lang.Object object)Evaluates the predicate for the given object.
-