protected class AttributePipe.FalsePredicate extends java.lang.Object implements AttributePredicate
Modifier | Constructor and Description |
---|---|
protected |
AttributePipe.FalsePredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.String attributeName,
java.lang.Object attributeValue)
Tell if an attribute is recognized or not.
|
public boolean matches(java.lang.String attributeName, java.lang.Object attributeValue)
AttributePredicate
matches
in interface AttributePredicate
attributeName
- The name of the attribute.attributeValue
- The value of the attribute.