public class CustomPredicates
extends java.lang.Object
| Constructor and Description |
|---|
CustomPredicates() |
| Modifier and Type | Method and Description |
|---|---|
static <V> org.apache.tinkerpop.gremlin.process.traversal.P<V> |
contains(V sequence) |
static <V> org.apache.tinkerpop.gremlin.process.traversal.P<V> |
endsWith(V suffix) |
static <V> org.apache.tinkerpop.gremlin.process.traversal.P<V> |
startsWith(V prefix) |
public static <V> org.apache.tinkerpop.gremlin.process.traversal.P<V> startsWith(V prefix)
public static <V> org.apache.tinkerpop.gremlin.process.traversal.P<V> endsWith(V suffix)
public static <V> org.apache.tinkerpop.gremlin.process.traversal.P<V> contains(V sequence)