public interface PredicateHandler
Modifier and Type | Method and Description |
---|---|
Predicate |
createPredicate(Property property,
Operation operation,
java.lang.Object value)
Creates a specific predicate.
|
boolean |
isHandling(Property property,
Operation operation,
java.lang.Object value)
Checks if the handler is applying to specific conditions concerning one
or more of the predicates properties.
|
boolean isHandling(Property property, Operation operation, java.lang.Object value)