| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | 
| Modifier and Type | Method and Description | 
|---|---|
| P<V> | P. and(Predicate<? super V> predicate) | 
| static <V> P<V> | P. between(V first,
       V second) | 
| P<V> | P. clone() | 
| static <V> P<V> | P. eq(V value) | 
| static <V> P<V> | P. gt(V value) | 
| static <V> P<V> | P. gte(V value) | 
| static <V> P<V> | P. inside(V first,
      V second) | 
| static <V> P<V> | P. lt(V value) | 
| static <V> P<V> | P. lte(V value) | 
| P<V> | P. negate() | 
| static <V> P<V> | P. neq(V value) | 
| static <V> P<V> | P. not(P<V> predicate) | 
| P<V> | P. or(Predicate<? super V> predicate) | 
| static <V> P<V> | P. outside(V first,
       V second) | 
| static P | P. test(BiPredicate biPredicate,
    Object value) | 
| static <V> P<V> | P. within(Collection<V> value) | 
| static <V> P<V> | P. within(V... values) | 
| static <V> P<V> | P. without(Collection<V> value) | 
| static <V> P<V> | P. without(V... values) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V> P<V> | P. not(P<V> predicate) | 
| Modifier and Type | Method and Description | 
|---|---|
| default GraphTraversal<S,E> | GraphTraversal. has(String propertyKey,
   P<?> predicate) | 
| default GraphTraversal<S,E> | GraphTraversal. has(String label,
   String propertyKey,
   P<?> predicate) | 
| default GraphTraversal<S,E> | GraphTraversal. has(T accessor,
   P<?> predicate) | 
| default GraphTraversal<S,E> | GraphTraversal. is(P<E> predicate) | 
| default GraphTraversal<S,E> | GraphTraversal. where(P<String> predicate) | 
| default GraphTraversal<S,E> | GraphTraversal. where(String startKey,
     P<String> predicate) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.