@Deprecated public interface FilterExpression
FilterExpression
s which are ANDed or ORed together.Modifier and Type | Method and Description |
---|---|
boolean |
matches(FilterValueGetter valueGetter)
Deprecated.
Matches a value from a
valueGetter and returns whether or not
there was a match. |
boolean matches(FilterValueGetter valueGetter)
valueGetter
and returns whether or not
there was a match.valueGetter
- the getter which fetches the value to match.valueGetter
matches
the criterias found in this expression.Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.