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(Object object)Evaluates the predicate for the given object.
-
-
-
Method Detail
-
evaluate
boolean evaluate(Object object)
Evaluates the predicate for the given object.- Parameters:
object- some object- Returns:
- predicate result
-
-