public class GroovyGremlinPredicates extends Object implements GremlinPredicates<GroovyPredicate>
| Constructor and Description |
|---|
GroovyGremlinPredicates() |
| Modifier and Type | Method and Description |
|---|---|
GroovyPredicate |
between(Object first,
Object second) |
GroovyPredicate |
contains(Object value) |
GroovyPredicate |
endsWith(Object value) |
GroovyPredicate |
eq(Object value) |
GroovyPredicate |
gt(Object value) |
GroovyPredicate |
gte(Object value) |
GroovyPredicate |
isEq(Object value) |
GroovyPredicate |
isNode() |
GroovyPredicate |
isRelationship() |
GroovyPredicate |
isString() |
GroovyPredicate |
lt(Object value) |
GroovyPredicate |
lte(Object value) |
GroovyPredicate |
neq(Object value) |
GroovyPredicate |
regexMatch(Object value) |
GroovyPredicate |
startsWith(Object value) |
GroovyPredicate |
within(Object... values) |
GroovyPredicate |
without(Object... values) |
public GroovyPredicate eq(Object value)
public GroovyPredicate isEq(Object value)
isEq in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate gt(Object value)
gt in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate gte(Object value)
gte in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate lt(Object value)
lt in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate lte(Object value)
lte in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate neq(Object value)
neq in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate between(Object first, Object second)
between in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate within(Object... values)
within in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate without(Object... values)
without in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate startsWith(Object value)
startsWith in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate endsWith(Object value)
endsWith in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate contains(Object value)
contains in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate regexMatch(Object value)
regexMatch in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate isNode()
isNode in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate isRelationship()
isRelationship in interface GremlinPredicates<GroovyPredicate>public GroovyPredicate isString()
isString in interface GremlinPredicates<GroovyPredicate>