public interface ValuePredicate
A predicate describes a predicate (true/false) function that can be tested against some value in the graph.
Predicates can be combined together using the methods and, or, any and all.
| Modifier and Type | Method and Description |
|---|---|
ValuePredicateAdmin |
admin() |
ValuePredicate |
and(ValuePredicate other) |
ValuePredicate |
or(ValuePredicate other) |
ValuePredicate and(ValuePredicate other)
other - the other predicateValuePredicate or(ValuePredicate other)
other - the other predicateValuePredicateAdmin admin()
Copyright © 2016. All rights reserved.