Class __
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
- 
 public class __ extends Object An anonymousGraphTraversal.- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protected__()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <A> GraphTraversal<A,A>__(A... starts)static <A> GraphTraversal<A,Edge>addE(String edgeLabel)static <A> GraphTraversal<A,Edge>addE(GValue<String> edgeLabel)static <A> GraphTraversal<A,Edge>addE(Traversal<?,String> edgeLabelTraversal)static <A> GraphTraversal<A,Vertex>addV()static <A> GraphTraversal<A,Vertex>addV(String vertexLabel)static <A> GraphTraversal<A,Vertex>addV(GValue<String> vertexLabel)static <A> GraphTraversal<A,Vertex>addV(Traversal<?,String> vertexLabelTraversal)static <A> GraphTraversal<A,A>aggregate(String sideEffectKey)static <A> GraphTraversal<A,A>aggregate(Scope scope, String sideEffectKey)static <A> GraphTraversal<A,A>all(P<A> predicate)static <A> GraphTraversal<A,A>and(Traversal<?,?>... andTraversals)static <A> GraphTraversal<A,A>any(P<A> predicate)static <A> GraphTraversal<A,A>as(String label, String... labels)static <A> GraphTraversal<A,Boolean>asBool()static <A> GraphTraversal<A,OffsetDateTime>asDate()static <A> GraphTraversal<A,Number>asNumber()static <A> GraphTraversal<A,Number>asNumber(GType typeToken)static <A> GraphTraversal<A,String>asString()static <A,B>
 GraphTraversal<A,B>asString(Scope scope)static <A> GraphTraversal<A,A>barrier()static <A> GraphTraversal<A,A>barrier(int maxBarrierSize)static <A> GraphTraversal<A,A>barrier(Consumer<TraverserSet<Object>> barrierConsumer)static GraphTraversal<Vertex,Vertex>both()static GraphTraversal<Vertex,Vertex>both(String... edgeLabels)static GraphTraversal<Vertex,Vertex>both(GValue<String>... edgeLabels)static GraphTraversal<Vertex,Edge>bothE()static GraphTraversal<Vertex,Edge>bothE(String... edgeLabels)static GraphTraversal<Vertex,Edge>bothE(GValue<String>... edgeLabels)static GraphTraversal<Edge,Vertex>bothV()static <A,M,B>
 GraphTraversal<A,B>branch(Function<Traverser<A>,M> function)static <A,M,B>
 GraphTraversal<A,B>branch(Traversal<?,M> traversalFunction)static <A,B>
 GraphTraversal<A,B>call(String service)static <A,B>
 GraphTraversal<A,B>call(String service, Map params)static <A,B>
 GraphTraversal<A,B>call(String service, Map params, Traversal<?,Map<?,?>> childTraversal)static <A,B>
 GraphTraversal<A,B>call(String service, GValue<Map<?,?>> params)static <A,B>
 GraphTraversal<A,B>call(String service, GValue<Map<?,?>> params, Traversal<A,Map<?,?>> childTraversal)static <A,B>
 GraphTraversal<A,B>call(String service, Traversal<?,Map<?,?>> childTraversal)static <A,B>
 GraphTraversal<A,B>cap(String sideEffectKey, String... sideEffectKeys)static <A,M,B>
 GraphTraversal<A,B>choose(Function<A,M> choiceFunction)static <A,B>
 GraphTraversal<A,B>choose(Predicate<A> choosePredicate, Traversal<?,B> trueChoice)static <A,B>
 GraphTraversal<A,B>choose(Predicate<A> choosePredicate, Traversal<?,B> trueChoice, Traversal<?,B> falseChoice)static <A,B>
 GraphTraversal<A,B>choose(P<A> choosePredicate, Traversal<?,B> trueChoice)static <A,B>
 GraphTraversal<A,B>choose(P<A> choosePredicate, Traversal<?,B> trueChoice, Traversal<?,B> falseChoice)static <A,M,B>
 GraphTraversal<A,B>choose(Traversal<?,M> traversalFunction)static <A,M,B>
 GraphTraversal<A,B>choose(Traversal<?,M> traversalPredicate, Traversal<?,B> trueChoice)static <A,M,B>
 GraphTraversal<A,B>choose(Traversal<?,M> traversalPredicate, Traversal<?,B> trueChoice, Traversal<?,B> falseChoice)static <A,B>
 GraphTraversal<A,B>choose(T t)static <A,B>
 GraphTraversal<A,B>coalesce(Traversal<?,B>... traversals)static <A> GraphTraversal<A,A>coin(double probability)static <A> GraphTraversal<A,List<?>>combine(Object values)static <A> GraphTraversal<A,String>concat(String... concatString)static <A> GraphTraversal<A,String>concat(Traversal<A,String> concatTraversal, Traversal<A,String>... otherConcatTraversals)static <A> GraphTraversal<A,String>conjoin(String values)static <A> GraphTraversal<A,A>constant(A a)static <A> GraphTraversal<A,Long>count()static <A> GraphTraversal<A,Long>count(Scope scope)static <A> GraphTraversal<A,A>cyclicPath()static <A> GraphTraversal<A,OffsetDateTime>dateAdd(DT dateToken, int value)static <A> GraphTraversal<A,Long>dateDiff(OffsetDateTime value)static <A> GraphTraversal<A,Long>dateDiff(Date value)Deprecated.As of release 3.8.0, deprecated in favor ofGraphTraversal.dateDiff(OffsetDateTime).static <A> GraphTraversal<A,Long>dateDiff(Traversal<?,OffsetDateTime> dateTraversal)static <A> GraphTraversal<A,A>dedup(String... dedupLabels)static <A> GraphTraversal<A,A>dedup(Scope scope, String... dedupLabels)static <A> GraphTraversal<A,Set<?>>difference(Object values)static <A> GraphTraversal<A,A>discard()static <A> GraphTraversal<A,Set<?>>disjunct(Object values)static <A> GraphTraversal<A,A>drop()static <A> GraphTraversal<A,Edge>E(Object... edgeIdsOrElements)static <A,B>
 GraphTraversal<A,Element>element()static <A extends Element,B>
 GraphTraversal<A,Map<Object,B>>elementMap(String... propertyKeys)static <A> GraphTraversal<A,A>emit()static <A> GraphTraversal<A,A>emit(Predicate<Traverser<A>> emitPredicate)static <A> GraphTraversal<A,A>emit(Traversal<?,?> emitTraversal)static <A> GraphTraversal<A,A>fail()static <A> GraphTraversal<A,A>fail(String message)static <A> GraphTraversal<A,A>filter(Predicate<Traverser<A>> predicate)static <A> GraphTraversal<A,A>filter(Traversal<?,?> filterTraversal)static <A,B>
 GraphTraversal<A,B>flatMap(Function<Traverser<A>,Iterator<B>> function)static <A,B>
 GraphTraversal<A,B>flatMap(Traversal<?,B> flatMapTraversal)static <A> GraphTraversal<A,List<A>>fold()static <A,B>
 GraphTraversal<A,B>fold(B seed, BiFunction<B,A,B> foldFunction)static <A> GraphTraversal<A,String>format(String format)static <A,K,V>
 GraphTraversal<A,Map<K,V>>group()static <A> GraphTraversal<A,A>group(String sideEffectKey)static <A,K>
 GraphTraversal<A,Map<K,Long>>groupCount()static <A> GraphTraversal<A,A>groupCount(String sideEffectKey)static <A> GraphTraversal<A,A>has(String propertyKey)static <A> GraphTraversal<A,A>has(String propertyKey, Object value)static <A> GraphTraversal<A,A>has(String label, String propertyKey, Object value)static <A> GraphTraversal<A,A>has(String label, String propertyKey, P<?> predicate)static <A> GraphTraversal<A,A>has(String propertyKey, P<?> predicate)static <A> GraphTraversal<A,A>has(GValue<String> label, String propertyKey, Object value)static <A> GraphTraversal<A,A>has(GValue<String> label, String propertyKey, P<?> predicate)static <A> GraphTraversal<A,A>has(T accessor, Object value)static <A> GraphTraversal<A,A>has(T accessor, P<?> predicate)static <A> GraphTraversal<A,A>hasId(Object id, Object... otherIds)static <A> GraphTraversal<A,A>hasId(P<?> predicate)static <A> GraphTraversal<A,A>hasKey(String label, String... otherLabels)static <A> GraphTraversal<A,A>hasKey(P<String> predicate)static <A> GraphTraversal<A,A>hasLabel(String label, String... otherLabels)static <A> GraphTraversal<A,A>hasLabel(P<String> predicate)static <A> GraphTraversal<A,A>hasLabel(GValue<String> label, GValue<String>... otherLabels)static <A> GraphTraversal<A,A>hasNot(String propertyKey)static <A> GraphTraversal<A,A>hasValue(Object value, Object... values)static <A> GraphTraversal<A,A>hasValue(P<?> predicate)static <A extends Element>
 GraphTraversal<A,Object>id()static <A> GraphTraversal<A,A>identity()static GraphTraversal<Vertex,Vertex>in()static GraphTraversal<Vertex,Vertex>in(String... edgeLabels)static GraphTraversal<Vertex,Vertex>in(GValue<String>... edgeLabels)static <A,B>
 GraphTraversal<A,B>index()static GraphTraversal<Vertex,Edge>inE()static GraphTraversal<Vertex,Edge>inE(String... edgeLabels)static GraphTraversal<Vertex,Edge>inE(GValue<String>... edgeLabels)static <A> GraphTraversal<A,A>inject(A... injections)static <A> GraphTraversal<A,Set<?>>intersect(Object values)static GraphTraversal<Edge,Vertex>inV()static <A> GraphTraversal<A,A>is(Object value)static <A> GraphTraversal<A,A>is(P<A> predicate)static <A extends Property>
 GraphTraversal<A,String>key()static <A extends Element>
 GraphTraversal<A,String>label()static <A> GraphTraversal<A,Integer>length()static <A,B>
 GraphTraversal<A,B>length(Scope scope)static <A> GraphTraversal<A,A>limit(long limit)static <A> GraphTraversal<A,A>limit(Scope scope, long limit)static <A> GraphTraversal<A,A>limit(Scope scope, GValue<Long> limit)static <A> GraphTraversal<A,A>limit(GValue<Long> limit)static <A,B>
 GraphTraversal<A,B>local(Traversal<?,B> localTraversal)static <A> GraphTraversal<A,Integer>loops()static <A> GraphTraversal<A,Integer>loops(String loopName)static <A> GraphTraversal<A,String>lTrim()static <A,B>
 GraphTraversal<A,B>lTrim(Scope scope)static <A,B>
 GraphTraversal<A,B>map(Function<Traverser<A>,B> function)static <A,B>
 GraphTraversal<A,B>map(Traversal<?,B> mapTraversal)static <A,B>
 GraphTraversal<A,Map<String,B>>match(Traversal<?,?>... matchTraversals)static <A> GraphTraversal<A,Double>math(String expression)static <A,B extends Comparable>
 GraphTraversal<A,B>max()static <A,B extends Comparable>
 GraphTraversal<A,B>max(Scope scope)static <A> GraphTraversal<A,Double>mean()static <A> GraphTraversal<A,Double>mean(Scope scope)static <A,B>
 GraphTraversal<A,B>merge(Object values)static <A> GraphTraversal<A,Edge>mergeE()static <A> GraphTraversal<A,Edge>mergeE(Map<Object,Object> searchCreate)static <A> GraphTraversal<A,Edge>mergeE(GValue<Map<Object,Object>> searchCreate)static <A> GraphTraversal<A,Edge>mergeE(Traversal<?,Map<Object,Object>> searchCreate)static <A> GraphTraversal<A,Vertex>mergeV()static <A> GraphTraversal<A,Vertex>mergeV(Map<Object,Object> searchCreate)static <A> GraphTraversal<A,Vertex>mergeV(GValue<Map<Object,Object>> searchCreate)static <A> GraphTraversal<A,Vertex>mergeV(Traversal<?,Map<Object,Object>> searchCreate)static <A,B extends Comparable>
 GraphTraversal<A,B>min()static <A,B extends Comparable>
 GraphTraversal<A,B>min(Scope scope)static <A> GraphTraversal<A,A>none(P<A> predicate)static <A> GraphTraversal<A,A>not(Traversal<?,?> notTraversal)static <A> GraphTraversal<A,A>optional(Traversal<?,A> optionalTraversal)static <A> GraphTraversal<A,A>or(Traversal<?,?>... orTraversals)static <A> GraphTraversal<A,A>order()static <A> GraphTraversal<A,A>order(Scope scope)static GraphTraversal<Edge,Vertex>otherV()static GraphTraversal<Vertex,Vertex>out()static GraphTraversal<Vertex,Vertex>out(String... edgeLabels)static GraphTraversal<Vertex,Vertex>out(GValue<String>... edgeLabels)static GraphTraversal<Vertex,Edge>outE()static GraphTraversal<Vertex,Edge>outE(String... edgeLabels)static GraphTraversal<Vertex,Edge>outE(GValue<String>... edgeLabels)static GraphTraversal<Edge,Vertex>outV()static <A> GraphTraversal<A,Path>path()static <A> GraphTraversal<A,List<List<?>>>product(Object values)static <A,B>
 GraphTraversal<A,Map<String,B>>project(String projectKey, String... projectKeys)static <A extends Element,B>
 GraphTraversal<A,? extends Property<B>>properties(String... propertyKeys)static <A> GraphTraversal<A,A>property(Object key, Object value, Object... keyValues)static <A> GraphTraversal<A,A>property(Map<Object,Object> value)static <A> GraphTraversal<A,A>property(VertexProperty.Cardinality cardinality, Object key, Object value, Object... keyValues)static <A extends Element,B>
 GraphTraversal<A,Map<String,B>>propertyMap(String... propertyKeys)static <A> GraphTraversal<A,A>range(long low, long high)static <A> GraphTraversal<A,A>range(Scope scope, long low, long high)static <A> GraphTraversal<A,A>range(Scope scope, GValue<Long> low, GValue<Long> high)static <A> GraphTraversal<A,A>range(GValue<Long> low, GValue<Long> high)static <A> GraphTraversal<A,A>repeat(String loopName, Traversal<?,A> traversal)static <A> GraphTraversal<A,A>repeat(Traversal<?,A> traversal)static <A> GraphTraversal<A,String>replace(String oldChar, String newChar)static <A,B>
 GraphTraversal<A,B>replace(Scope scope, String oldChar, String newChar)static <A,B>
 GraphTraversal<A,B>reverse()static <A> GraphTraversal<A,String>rTrim()static <A,B>
 GraphTraversal<A,B>rTrim(Scope scope)static <A,B>
 GraphTraversal<A,B>sack()static <A,V,U>
 GraphTraversal<A,A>sack(BiFunction<V,U,V> sackOperator)static <A> GraphTraversal<A,A>sample(int amountToSample)static <A> GraphTraversal<A,A>sample(Scope scope, int amountToSample)static <A,B>
 GraphTraversal<A,B>select(String selectKey)static <A,B>
 GraphTraversal<A,Map<String,B>>select(String selectKey1, String selectKey2, String... otherSelectKeys)static <A,B>
 GraphTraversal<A,B>select(Pop pop, String selectKey)static <A,B>
 GraphTraversal<A,Map<String,B>>select(Pop pop, String selectKey1, String selectKey2, String... otherSelectKeys)static <A,B>
 GraphTraversal<A,B>select(Pop pop, Traversal<A,B> keyTraversal)static <A,B>
 GraphTraversal<A,B>select(Traversal<A,B> keyTraversal)static <A,B>
 GraphTraversal<A,Collection<B>>select(Column column)static <A> GraphTraversal<A,A>sideEffect(Consumer<Traverser<A>> consumer)static <A> GraphTraversal<A,A>sideEffect(Traversal<?,?> sideEffectTraversal)static <A> GraphTraversal<A,A>simplePath()static <A> GraphTraversal<A,A>skip(long skip)static <A> GraphTraversal<A,A>skip(Scope scope, long skip)static <A> GraphTraversal<A,A>skip(Scope scope, GValue<Long> skip)static <A> GraphTraversal<A,A>skip(GValue<Long> skip)static <A> GraphTraversal<A,List<String>>split(String separator)static <A,B>
 GraphTraversal<A,List<B>>split(Scope scope, String separator)static <A> GraphTraversal<A,A>start()static <A> GraphTraversal<A,A>store(String sideEffectKey)Deprecated.As of release 3.4.3, replaced byaggregate(Scope, String)usingScope.local.static <A> GraphTraversal<A,Edge>subgraph(String sideEffectKey)static <A> GraphTraversal<A,String>substring(int startIndex)static <A> GraphTraversal<A,String>substring(int startIndex, int endIndex)static <A,B>
 GraphTraversal<A,B>substring(Scope scope, int startIndex)static <A,B>
 GraphTraversal<A,B>substring(Scope scope, int startIndex, int endIndex)static <A> GraphTraversal<A,Double>sum()static <A> GraphTraversal<A,Double>sum(Scope scope)static <A> GraphTraversal<A,A>tail()static <A> GraphTraversal<A,A>tail(long limit)static <A> GraphTraversal<A,A>tail(Scope scope)static <A> GraphTraversal<A,A>tail(Scope scope, long limit)static <A> GraphTraversal<A,A>tail(Scope scope, GValue<Long> limit)static <A> GraphTraversal<A,A>tail(GValue<Long> limit)static <A> GraphTraversal<A,A>timeLimit(long timeLimit)static <A> GraphTraversal<A,A>times(int maxLoops)static GraphTraversal<Vertex,Vertex>to(Direction direction)static GraphTraversal<Vertex,Vertex>to(Direction direction, String... edgeLabels)static GraphTraversal<Vertex,Vertex>to(Direction direction, GValue<String>... edgeLabels)static GraphTraversal<Vertex,Edge>toE(Direction direction)static GraphTraversal<Vertex,Edge>toE(Direction direction, String... edgeLabels)static GraphTraversal<Vertex,Edge>toE(Direction direction, GValue<String>... edgeLabels)static <A> GraphTraversal<A,String>toLower()static <A,B>
 GraphTraversal<A,B>toLower(Scope scope)static <A> GraphTraversal<A,String>toUpper()static <A,B>
 GraphTraversal<A,B>toUpper(Scope scope)static GraphTraversal<Edge,Vertex>toV(Direction direction)static <A> GraphTraversal<A,Tree>tree()static <A> GraphTraversal<A,A>tree(String sideEffectKey)static <A> GraphTraversal<A,String>trim()static <A,B>
 GraphTraversal<A,B>trim(Scope scope)static <A> GraphTraversal<A,A>unfold()static <A,B>
 GraphTraversal<A,B>union(Traversal<?,B>... traversals)static <A> GraphTraversal<A,A>until(Predicate<Traverser<A>> untilPredicate)static <A> GraphTraversal<A,A>until(Traversal<?,?> untilTraversal)static <A> GraphTraversal<A,Vertex>V(Object... vertexIdsOrElements)static <A extends Property,B>
 GraphTraversal<A,B>value()static <A extends Element,B>
 GraphTraversal<A,Map<Object,B>>valueMap(boolean includeTokens, String... propertyKeys)Deprecated.As of release 3.4.0, deprecated in favor ofvalueMap(String...)in conjunction withGraphTraversal.with(String, Object).static <A extends Element,B>
 GraphTraversal<A,Map<Object,B>>valueMap(String... propertyKeys)static <A extends Element,B>
 GraphTraversal<A,B>values(String... propertyKeys)static <A> GraphTraversal<A,A>where(String startKey, P<String> predicate)static <A> GraphTraversal<A,A>where(P<String> predicate)static <A> GraphTraversal<A,A>where(Traversal<?,?> whereTraversal)
 
- 
- 
- 
Method Detail- 
startpublic static <A> GraphTraversal<A,A> start() 
 - 
__public static <A> GraphTraversal<A,A> __(A... starts) 
 - 
mappublic static <A,B> GraphTraversal<A,B> map(Function<Traverser<A>,B> function) - See Also:
- GraphTraversal.map(Function)
 
 - 
mappublic static <A,B> GraphTraversal<A,B> map(Traversal<?,B> mapTraversal) - See Also:
- GraphTraversal.map(Traversal)
 
 - 
flatMappublic static <A,B> GraphTraversal<A,B> flatMap(Function<Traverser<A>,Iterator<B>> function) - See Also:
- GraphTraversal.flatMap(Function)
 
 - 
flatMappublic static <A,B> GraphTraversal<A,B> flatMap(Traversal<?,B> flatMapTraversal) - See Also:
- GraphTraversal.flatMap(Traversal)
 
 - 
identitypublic static <A> GraphTraversal<A,A> identity() - See Also:
- GraphTraversal.identity()
 
 - 
constantpublic static <A> GraphTraversal<A,A> constant(A a) - See Also:
- GraphTraversal.constant(Object)
 
 - 
labelpublic static <A extends Element> GraphTraversal<A,String> label() - See Also:
- GraphTraversal.label()
 
 - 
idpublic static <A extends Element> GraphTraversal<A,Object> id() - See Also:
- GraphTraversal.id()
 
 - 
Vpublic static <A> GraphTraversal<A,Vertex> V(Object... vertexIdsOrElements) - See Also:
- GraphTraversal.V(Object...)
 
 - 
Epublic static <A> GraphTraversal<A,Edge> E(Object... edgeIdsOrElements) - See Also:
- GraphTraversal.E(Object...)
 
 - 
topublic static GraphTraversal<Vertex,Vertex> to(Direction direction) - See Also:
- GraphTraversal.to(Direction)
 
 - 
topublic static GraphTraversal<Vertex,Vertex> to(Direction direction, String... edgeLabels) - See Also:
- GraphTraversal.to(Direction, String...)
 
 - 
topublic static GraphTraversal<Vertex,Vertex> to(Direction direction, GValue<String>... edgeLabels) - See Also:
- GraphTraversal.to(Direction, GValue...)
 
 - 
outpublic static GraphTraversal<Vertex,Vertex> out() - See Also:
- GraphTraversal.out()
 
 - 
outpublic static GraphTraversal<Vertex,Vertex> out(String... edgeLabels) - See Also:
- GraphTraversal.out(String...)
 
 - 
outpublic static GraphTraversal<Vertex,Vertex> out(GValue<String>... edgeLabels) - See Also:
- GraphTraversal.out(GValue...)
 
 - 
inpublic static GraphTraversal<Vertex,Vertex> in() - See Also:
- GraphTraversal.in()
 
 - 
inpublic static GraphTraversal<Vertex,Vertex> in(String... edgeLabels) - See Also:
- GraphTraversal.in(String...)
 
 - 
inpublic static GraphTraversal<Vertex,Vertex> in(GValue<String>... edgeLabels) - See Also:
- GraphTraversal.in(GValue...)
 
 - 
bothpublic static GraphTraversal<Vertex,Vertex> both() - See Also:
- GraphTraversal.both()
 
 - 
bothpublic static GraphTraversal<Vertex,Vertex> both(String... edgeLabels) - See Also:
- GraphTraversal.both(String...)
 
 - 
bothpublic static GraphTraversal<Vertex,Vertex> both(GValue<String>... edgeLabels) - See Also:
- GraphTraversal.both(GValue...)
 
 - 
toEpublic static GraphTraversal<Vertex,Edge> toE(Direction direction) - See Also:
- GraphTraversal.toE(Direction)
 
 - 
toEpublic static GraphTraversal<Vertex,Edge> toE(Direction direction, String... edgeLabels) - See Also:
- GraphTraversal.toE(Direction, String...)
 
 - 
toEpublic static GraphTraversal<Vertex,Edge> toE(Direction direction, GValue<String>... edgeLabels) - See Also:
- GraphTraversal.toE(Direction, GValue...)
 
 - 
outEpublic static GraphTraversal<Vertex,Edge> outE() - See Also:
- GraphTraversal.outE()
 
 - 
outEpublic static GraphTraversal<Vertex,Edge> outE(String... edgeLabels) - See Also:
- GraphTraversal.outE(String...)
 
 - 
outEpublic static GraphTraversal<Vertex,Edge> outE(GValue<String>... edgeLabels) - See Also:
- GraphTraversal.outE(GValue...)
 
 - 
inEpublic static GraphTraversal<Vertex,Edge> inE() - See Also:
- GraphTraversal.inE()
 
 - 
inEpublic static GraphTraversal<Vertex,Edge> inE(String... edgeLabels) - See Also:
- GraphTraversal.inE(String...)
 
 - 
inEpublic static GraphTraversal<Vertex,Edge> inE(GValue<String>... edgeLabels) - See Also:
- GraphTraversal.inE(GValue...)
 
 - 
bothEpublic static GraphTraversal<Vertex,Edge> bothE() - See Also:
- GraphTraversal.bothE()
 
 - 
bothEpublic static GraphTraversal<Vertex,Edge> bothE(String... edgeLabels) - See Also:
- GraphTraversal.bothE(String...)
 
 - 
bothEpublic static GraphTraversal<Vertex,Edge> bothE(GValue<String>... edgeLabels) - See Also:
- GraphTraversal.bothE(GValue...)
 
 - 
toVpublic static GraphTraversal<Edge,Vertex> toV(Direction direction) - See Also:
- GraphTraversal.toV(Direction)
 
 - 
inVpublic static GraphTraversal<Edge,Vertex> inV() - See Also:
- GraphTraversal.inV()
 
 - 
outVpublic static GraphTraversal<Edge,Vertex> outV() - See Also:
- GraphTraversal.outV()
 
 - 
bothVpublic static GraphTraversal<Edge,Vertex> bothV() - See Also:
- GraphTraversal.bothV()
 
 - 
otherVpublic static GraphTraversal<Edge,Vertex> otherV() - See Also:
- GraphTraversal.otherV()
 
 - 
orderpublic static <A> GraphTraversal<A,A> order() - See Also:
- GraphTraversal.order()
 
 - 
orderpublic static <A> GraphTraversal<A,A> order(Scope scope) - See Also:
- GraphTraversal.order(Scope)
 
 - 
propertiespublic static <A extends Element,B> GraphTraversal<A,? extends Property<B>> properties(String... propertyKeys) - See Also:
- GraphTraversal.properties(String...)
 
 - 
valuespublic static <A extends Element,B> GraphTraversal<A,B> values(String... propertyKeys) - See Also:
- GraphTraversal.values(String...)
 
 - 
propertyMappublic static <A extends Element,B> GraphTraversal<A,Map<String,B>> propertyMap(String... propertyKeys) - See Also:
- GraphTraversal.propertyMap(String...)
 
 - 
elementMappublic static <A extends Element,B> GraphTraversal<A,Map<Object,B>> elementMap(String... propertyKeys) - See Also:
- GraphTraversal.elementMap(String...)
 
 - 
valueMappublic static <A extends Element,B> GraphTraversal<A,Map<Object,B>> valueMap(String... propertyKeys) - See Also:
- GraphTraversal.valueMap(String...)
 
 - 
valueMap@Deprecated public static <A extends Element,B> GraphTraversal<A,Map<Object,B>> valueMap(boolean includeTokens, String... propertyKeys) Deprecated.As of release 3.4.0, deprecated in favor ofvalueMap(String...)in conjunction withGraphTraversal.with(String, Object).
 - 
projectpublic static <A,B> GraphTraversal<A,Map<String,B>> project(String projectKey, String... projectKeys) 
 - 
selectpublic static <A,B> GraphTraversal<A,Collection<B>> select(Column column) - See Also:
- GraphTraversal.select(Column)
 
 - 
keypublic static <A extends Property> GraphTraversal<A,String> key() - See Also:
- GraphTraversal.key()
 
 - 
valuepublic static <A extends Property,B> GraphTraversal<A,B> value() - See Also:
- GraphTraversal.value()
 
 - 
pathpublic static <A> GraphTraversal<A,Path> path() - See Also:
- GraphTraversal.path()
 
 - 
matchpublic static <A,B> GraphTraversal<A,Map<String,B>> match(Traversal<?,?>... matchTraversals) - See Also:
- GraphTraversal.match(Traversal[])
 
 - 
sackpublic static <A,B> GraphTraversal<A,B> sack() - See Also:
- GraphTraversal.sack()
 
 - 
loopspublic static <A> GraphTraversal<A,Integer> loops() - See Also:
- GraphTraversal.loops()
 
 - 
loopspublic static <A> GraphTraversal<A,Integer> loops(String loopName) - See Also:
- GraphTraversal.loops(String)
 
 - 
selectpublic static <A,B> GraphTraversal<A,B> select(Pop pop, String selectKey) - See Also:
- GraphTraversal.select(Pop, String)
 
 - 
selectpublic static <A,B> GraphTraversal<A,B> select(String selectKey) - See Also:
- GraphTraversal.select(String)
 
 - 
selectpublic static <A,B> GraphTraversal<A,Map<String,B>> select(Pop pop, String selectKey1, String selectKey2, String... otherSelectKeys) 
 - 
selectpublic static <A,B> GraphTraversal<A,Map<String,B>> select(String selectKey1, String selectKey2, String... otherSelectKeys) 
 - 
selectpublic static <A,B> GraphTraversal<A,B> select(Pop pop, Traversal<A,B> keyTraversal) - See Also:
- GraphTraversal.select(Pop, Traversal)
 
 - 
selectpublic static <A,B> GraphTraversal<A,B> select(Traversal<A,B> keyTraversal) - See Also:
- GraphTraversal.select(Traversal)
 
 - 
unfoldpublic static <A> GraphTraversal<A,A> unfold() - See Also:
- GraphTraversal.unfold()
 
 - 
foldpublic static <A> GraphTraversal<A,List<A>> fold() - See Also:
- GraphTraversal.fold()
 
 - 
foldpublic static <A,B> GraphTraversal<A,B> fold(B seed, BiFunction<B,A,B> foldFunction) - See Also:
- GraphTraversal.fold(Object, BiFunction)
 
 - 
countpublic static <A> GraphTraversal<A,Long> count() - See Also:
- GraphTraversal.count()
 
 - 
countpublic static <A> GraphTraversal<A,Long> count(Scope scope) - See Also:
- GraphTraversal.count(Scope)
 
 - 
sumpublic static <A> GraphTraversal<A,Double> sum() - See Also:
- GraphTraversal.sum()
 
 - 
sumpublic static <A> GraphTraversal<A,Double> sum(Scope scope) - See Also:
- GraphTraversal.sum(Scope)
 
 - 
minpublic static <A,B extends Comparable> GraphTraversal<A,B> min() - See Also:
- GraphTraversal.min()
 
 - 
minpublic static <A,B extends Comparable> GraphTraversal<A,B> min(Scope scope) - See Also:
- GraphTraversal.min(Scope)
 
 - 
maxpublic static <A,B extends Comparable> GraphTraversal<A,B> max() - See Also:
- GraphTraversal.max()
 
 - 
maxpublic static <A,B extends Comparable> GraphTraversal<A,B> max(Scope scope) - See Also:
- GraphTraversal.max(Scope)
 
 - 
meanpublic static <A> GraphTraversal<A,Double> mean() - See Also:
- GraphTraversal.mean()
 
 - 
meanpublic static <A> GraphTraversal<A,Double> mean(Scope scope) - See Also:
- GraphTraversal.mean(Scope)
 
 - 
grouppublic static <A,K,V> GraphTraversal<A,Map<K,V>> group() - See Also:
- GraphTraversal.group()
 
 - 
groupCountpublic static <A,K> GraphTraversal<A,Map<K,Long>> groupCount() - See Also:
- GraphTraversal.groupCount()
 
 - 
treepublic static <A> GraphTraversal<A,Tree> tree() - See Also:
- GraphTraversal.tree()
 
 - 
addVpublic static <A> GraphTraversal<A,Vertex> addV(String vertexLabel) - See Also:
- GraphTraversal.addV(String)
 
 - 
addVpublic static <A> GraphTraversal<A,Vertex> addV(GValue<String> vertexLabel) - See Also:
- GraphTraversal.addV(GValue)
 
 - 
addVpublic static <A> GraphTraversal<A,Vertex> addV(Traversal<?,String> vertexLabelTraversal) 
 - 
addVpublic static <A> GraphTraversal<A,Vertex> addV() - See Also:
- GraphTraversal.addV()
 
 - 
mergeVpublic static <A> GraphTraversal<A,Vertex> mergeV() - See Also:
- GraphTraversal.mergeV()
 
 - 
mergeVpublic static <A> GraphTraversal<A,Vertex> mergeV(Map<Object,Object> searchCreate) - See Also:
- GraphTraversal.mergeV(Map)
 
 - 
mergeVpublic static <A> GraphTraversal<A,Vertex> mergeV(GValue<Map<Object,Object>> searchCreate) - See Also:
- GraphTraversal.mergeV(GValue)
 
 - 
mergeVpublic static <A> GraphTraversal<A,Vertex> mergeV(Traversal<?,Map<Object,Object>> searchCreate) - See Also:
- GraphTraversal.mergeV(Traversal)
 
 - 
addEpublic static <A> GraphTraversal<A,Edge> addE(String edgeLabel) - See Also:
- GraphTraversal.addE(String)
 
 - 
addEpublic static <A> GraphTraversal<A,Edge> addE(GValue<String> edgeLabel) - See Also:
- GraphTraversal.addE(GValue)
 
 - 
addEpublic static <A> GraphTraversal<A,Edge> addE(Traversal<?,String> edgeLabelTraversal) - See Also:
- GraphTraversal.addE(Traversal)
 
 - 
mergeEpublic static <A> GraphTraversal<A,Edge> mergeE() - See Also:
- GraphTraversal.mergeE()
 
 - 
mergeEpublic static <A> GraphTraversal<A,Edge> mergeE(Map<Object,Object> searchCreate) - See Also:
- GraphTraversal.mergeE(Map)
 
 - 
mergeEpublic static <A> GraphTraversal<A,Edge> mergeE(GValue<Map<Object,Object>> searchCreate) - See Also:
- GraphTraversal.mergeE(GValue)
 
 - 
mergeEpublic static <A> GraphTraversal<A,Edge> mergeE(Traversal<?,Map<Object,Object>> searchCreate) - See Also:
- GraphTraversal.mergeE(Traversal)
 
 - 
mathpublic static <A> GraphTraversal<A,Double> math(String expression) - See Also:
- GraphTraversal.math(String)
 
 - 
concatpublic static <A> GraphTraversal<A,String> concat(Traversal<A,String> concatTraversal, Traversal<A,String>... otherConcatTraversals) 
 - 
concatpublic static <A> GraphTraversal<A,String> concat(String... concatString) - See Also:
- GraphTraversal.concat(String...)
 
 - 
asStringpublic static <A> GraphTraversal<A,String> asString() - See Also:
- GraphTraversal.asString()
 
 - 
asStringpublic static <A,B> GraphTraversal<A,B> asString(Scope scope) - See Also:
- GraphTraversal.asString()
 
 - 
lengthpublic static <A> GraphTraversal<A,Integer> length() - See Also:
- GraphTraversal.length()
 
 - 
lengthpublic static <A,B> GraphTraversal<A,B> length(Scope scope) - See Also:
- GraphTraversal.length()
 
 - 
toLowerpublic static <A> GraphTraversal<A,String> toLower() - See Also:
- GraphTraversal.toLower()
 
 - 
toLowerpublic static <A,B> GraphTraversal<A,B> toLower(Scope scope) - See Also:
- GraphTraversal.toLower()
 
 - 
toUpperpublic static <A> GraphTraversal<A,String> toUpper() - See Also:
- GraphTraversal.toUpper()
 
 - 
toUpperpublic static <A,B> GraphTraversal<A,B> toUpper(Scope scope) - See Also:
- GraphTraversal.toUpper(Scope)
 
 - 
trimpublic static <A> GraphTraversal<A,String> trim() - See Also:
- GraphTraversal.trim()
 
 - 
trimpublic static <A,B> GraphTraversal<A,B> trim(Scope scope) - See Also:
- GraphTraversal.trim(Scope)
 
 - 
lTrimpublic static <A> GraphTraversal<A,String> lTrim() - See Also:
- GraphTraversal.lTrim()
 
 - 
lTrimpublic static <A,B> GraphTraversal<A,B> lTrim(Scope scope) - See Also:
- GraphTraversal.lTrim(Scope)
 
 - 
rTrimpublic static <A> GraphTraversal<A,String> rTrim() - See Also:
- GraphTraversal.rTrim()
 
 - 
rTrimpublic static <A,B> GraphTraversal<A,B> rTrim(Scope scope) - See Also:
- GraphTraversal.rTrim(Scope)
 
 - 
reversepublic static <A,B> GraphTraversal<A,B> reverse() - See Also:
- GraphTraversal.reverse()
 
 - 
replacepublic static <A> GraphTraversal<A,String> replace(String oldChar, String newChar) - See Also:
- GraphTraversal.replace(String, String)
 
 - 
replacepublic static <A,B> GraphTraversal<A,B> replace(Scope scope, String oldChar, String newChar) 
 - 
splitpublic static <A> GraphTraversal<A,List<String>> split(String separator) - See Also:
- GraphTraversal.split(String)
 
 - 
splitpublic static <A,B> GraphTraversal<A,List<B>> split(Scope scope, String separator) - See Also:
- GraphTraversal.split(Scope, String)
 
 - 
substringpublic static <A> GraphTraversal<A,String> substring(int startIndex) - See Also:
- GraphTraversal.substring(int)
 
 - 
substringpublic static <A,B> GraphTraversal<A,B> substring(Scope scope, int startIndex) - See Also:
- GraphTraversal.substring(Scope, int)
 
 - 
substringpublic static <A> GraphTraversal<A,String> substring(int startIndex, int endIndex) - See Also:
- GraphTraversal.substring(int, int)
 
 - 
substringpublic static <A,B> GraphTraversal<A,B> substring(Scope scope, int startIndex, int endIndex) 
 - 
formatpublic static <A> GraphTraversal<A,String> format(String format) - See Also:
- GraphTraversal.format(String)
 
 - 
asBoolpublic static <A> GraphTraversal<A,Boolean> asBool() - See Also:
- GraphTraversal.asBool()
 
 - 
asDatepublic static <A> GraphTraversal<A,OffsetDateTime> asDate() - See Also:
- GraphTraversal.asDate()
 
 - 
asNumberpublic static <A> GraphTraversal<A,Number> asNumber() - See Also:
- GraphTraversal.asNumber()
 
 - 
asNumberpublic static <A> GraphTraversal<A,Number> asNumber(GType typeToken) - See Also:
- GraphTraversal.asNumber(GType)
 
 - 
dateAddpublic static <A> GraphTraversal<A,OffsetDateTime> dateAdd(DT dateToken, int value) - See Also:
- GraphTraversal.dateAdd(DT, int)
 
 - 
dateDiff@Deprecated public static <A> GraphTraversal<A,Long> dateDiff(Date value) Deprecated.As of release 3.8.0, deprecated in favor ofGraphTraversal.dateDiff(OffsetDateTime).- See Also:
- GraphTraversal.dateDiff(OffsetDateTime)
 
 - 
dateDiffpublic static <A> GraphTraversal<A,Long> dateDiff(OffsetDateTime value) - See Also:
- GraphTraversal.dateDiff(OffsetDateTime)
 
 - 
dateDiffpublic static <A> GraphTraversal<A,Long> dateDiff(Traversal<?,OffsetDateTime> dateTraversal) - See Also:
- GraphTraversal.dateDiff(Traversal)
 
 - 
differencepublic static <A> GraphTraversal<A,Set<?>> difference(Object values) - See Also:
- GraphTraversal.difference(Object)
 
 - 
disjunctpublic static <A> GraphTraversal<A,Set<?>> disjunct(Object values) - See Also:
- GraphTraversal.disjunct(Object)
 
 - 
intersectpublic static <A> GraphTraversal<A,Set<?>> intersect(Object values) - See Also:
- GraphTraversal.intersect(Object)
 
 - 
conjoinpublic static <A> GraphTraversal<A,String> conjoin(String values) - See Also:
- GraphTraversal.conjoin(String)
 
 - 
mergepublic static <A,B> GraphTraversal<A,B> merge(Object values) - See Also:
- GraphTraversal.merge(Object)
 
 - 
combinepublic static <A> GraphTraversal<A,List<?>> combine(Object values) - See Also:
- GraphTraversal.combine(Object)
 
 - 
productpublic static <A> GraphTraversal<A,List<List<?>>> product(Object values) - See Also:
- GraphTraversal.product(Object)
 
 - 
filterpublic static <A> GraphTraversal<A,A> filter(Predicate<Traverser<A>> predicate) - See Also:
- GraphTraversal.filter(Predicate)
 
 - 
filterpublic static <A> GraphTraversal<A,A> filter(Traversal<?,?> filterTraversal) - See Also:
- GraphTraversal.filter(Traversal)
 
 - 
andpublic static <A> GraphTraversal<A,A> and(Traversal<?,?>... andTraversals) - See Also:
- GraphTraversal.and(Traversal[])
 
 - 
orpublic static <A> GraphTraversal<A,A> or(Traversal<?,?>... orTraversals) - See Also:
- GraphTraversal.or(Traversal[])
 
 - 
injectpublic static <A> GraphTraversal<A,A> inject(A... injections) - See Also:
- GraphTraversal.inject(Object[])
 
 - 
deduppublic static <A> GraphTraversal<A,A> dedup(String... dedupLabels) - See Also:
- GraphTraversal.dedup(String...)
 
 - 
deduppublic static <A> GraphTraversal<A,A> dedup(Scope scope, String... dedupLabels) - See Also:
- GraphTraversal.dedup(Scope, String...)
 
 - 
haspublic static <A> GraphTraversal<A,A> has(String propertyKey, P<?> predicate) - See Also:
- GraphTraversal.has(String, P)
 
 - 
haspublic static <A> GraphTraversal<A,A> has(T accessor, P<?> predicate) - See Also:
- GraphTraversal.has(T, P)
 
 - 
haspublic static <A> GraphTraversal<A,A> has(String propertyKey, Object value) - See Also:
- GraphTraversal.has(String, Object)
 
 - 
haspublic static <A> GraphTraversal<A,A> has(T accessor, Object value) - See Also:
- GraphTraversal.has(T, Object)
 
 - 
haspublic static <A> GraphTraversal<A,A> has(String label, String propertyKey, Object value) 
 - 
haspublic static <A> GraphTraversal<A,A> has(GValue<String> label, String propertyKey, P<?> predicate) - See Also:
- GraphTraversal.has(GValue, String, P)
 
 - 
haspublic static <A> GraphTraversal<A,A> has(GValue<String> label, String propertyKey, Object value) 
 - 
haspublic static <A> GraphTraversal<A,A> has(String label, String propertyKey, P<?> predicate) - See Also:
- GraphTraversal.has(String, String, P)
 
 - 
haspublic static <A> GraphTraversal<A,A> has(String propertyKey) - See Also:
- GraphTraversal.has(String)
 
 - 
hasNotpublic static <A> GraphTraversal<A,A> hasNot(String propertyKey) - See Also:
- GraphTraversal.hasNot(String)
 
 - 
hasLabelpublic static <A> GraphTraversal<A,A> hasLabel(String label, String... otherLabels) 
 - 
hasLabelpublic static <A> GraphTraversal<A,A> hasLabel(GValue<String> label, GValue<String>... otherLabels) 
 - 
hasLabelpublic static <A> GraphTraversal<A,A> hasLabel(P<String> predicate) - See Also:
- GraphTraversal.hasLabel(P)
 
 - 
hasIdpublic static <A> GraphTraversal<A,A> hasId(Object id, Object... otherIds) - See Also:
- GraphTraversal.hasId(Object, Object...)
 
 - 
hasIdpublic static <A> GraphTraversal<A,A> hasId(P<?> predicate) - See Also:
- GraphTraversal.hasId(P)
 
 - 
hasKeypublic static <A> GraphTraversal<A,A> hasKey(String label, String... otherLabels) - See Also:
- GraphTraversal.hasKey(String, String...)
 
 - 
hasKeypublic static <A> GraphTraversal<A,A> hasKey(P<String> predicate) - See Also:
- GraphTraversal.hasKey(P)
 
 - 
hasValuepublic static <A> GraphTraversal<A,A> hasValue(Object value, Object... values) 
 - 
hasValuepublic static <A> GraphTraversal<A,A> hasValue(P<?> predicate) - See Also:
- GraphTraversal.hasValue(P)
 
 - 
wherepublic static <A> GraphTraversal<A,A> where(String startKey, P<String> predicate) - See Also:
- GraphTraversal.where(String, P)
 
 - 
wherepublic static <A> GraphTraversal<A,A> where(P<String> predicate) - See Also:
- GraphTraversal.where(P)
 
 - 
wherepublic static <A> GraphTraversal<A,A> where(Traversal<?,?> whereTraversal) - See Also:
- GraphTraversal.where(Traversal)
 
 - 
ispublic static <A> GraphTraversal<A,A> is(P<A> predicate) - See Also:
- GraphTraversal.is(P)
 
 - 
ispublic static <A> GraphTraversal<A,A> is(Object value) - See Also:
- GraphTraversal.is(Object)
 
 - 
discardpublic static <A> GraphTraversal<A,A> discard() - See Also:
- GraphTraversal.discard()
 
 - 
notpublic static <A> GraphTraversal<A,A> not(Traversal<?,?> notTraversal) - See Also:
- GraphTraversal.not(Traversal)
 
 - 
coinpublic static <A> GraphTraversal<A,A> coin(double probability) - See Also:
- GraphTraversal.coin(double)
 
 - 
rangepublic static <A> GraphTraversal<A,A> range(long low, long high) - See Also:
- GraphTraversal.range(long, long)
 
 - 
rangepublic static <A> GraphTraversal<A,A> range(GValue<Long> low, GValue<Long> high) - See Also:
- GraphTraversal.range(GValue, GValue)
 
 - 
rangepublic static <A> GraphTraversal<A,A> range(Scope scope, long low, long high) - See Also:
- GraphTraversal.range(Scope, long, long)
 
 - 
rangepublic static <A> GraphTraversal<A,A> range(Scope scope, GValue<Long> low, GValue<Long> high) 
 - 
limitpublic static <A> GraphTraversal<A,A> limit(long limit) - See Also:
- GraphTraversal.limit(long)
 
 - 
limitpublic static <A> GraphTraversal<A,A> limit(GValue<Long> limit) - See Also:
- GraphTraversal.limit(GValue)
 
 - 
limitpublic static <A> GraphTraversal<A,A> limit(Scope scope, long limit) - See Also:
- GraphTraversal.limit(Scope, long)
 
 - 
limitpublic static <A> GraphTraversal<A,A> limit(Scope scope, GValue<Long> limit) - See Also:
- GraphTraversal.limit(Scope, GValue)
 
 - 
skippublic static <A> GraphTraversal<A,A> skip(long skip) - See Also:
- GraphTraversal.skip(long)
 
 - 
skippublic static <A> GraphTraversal<A,A> skip(GValue<Long> skip) - See Also:
- GraphTraversal.skip(GValue)
 
 - 
skippublic static <A> GraphTraversal<A,A> skip(Scope scope, long skip) - See Also:
- GraphTraversal.skip(Scope, long)
 
 - 
skippublic static <A> GraphTraversal<A,A> skip(Scope scope, GValue<Long> skip) - See Also:
- GraphTraversal.skip(Scope, GValue)
 
 - 
tailpublic static <A> GraphTraversal<A,A> tail() - See Also:
- GraphTraversal.tail()
 
 - 
tailpublic static <A> GraphTraversal<A,A> tail(long limit) - See Also:
- GraphTraversal.tail(long)
 
 - 
tailpublic static <A> GraphTraversal<A,A> tail(GValue<Long> limit) - See Also:
- GraphTraversal.tail(GValue)
 
 - 
tailpublic static <A> GraphTraversal<A,A> tail(Scope scope) - See Also:
- GraphTraversal.tail(Scope)
 
 - 
tailpublic static <A> GraphTraversal<A,A> tail(Scope scope, long limit) - See Also:
- GraphTraversal.tail(Scope, long)
 
 - 
tailpublic static <A> GraphTraversal<A,A> tail(Scope scope, GValue<Long> limit) - See Also:
- GraphTraversal.tail(Scope, GValue)
 
 - 
simplePathpublic static <A> GraphTraversal<A,A> simplePath() - See Also:
- GraphTraversal.simplePath()
 
 - 
cyclicPathpublic static <A> GraphTraversal<A,A> cyclicPath() - See Also:
- GraphTraversal.cyclicPath()
 
 - 
samplepublic static <A> GraphTraversal<A,A> sample(int amountToSample) - See Also:
- GraphTraversal.sample(int)
 
 - 
samplepublic static <A> GraphTraversal<A,A> sample(Scope scope, int amountToSample) - See Also:
- GraphTraversal.sample(Scope, int)
 
 - 
droppublic static <A> GraphTraversal<A,A> drop() - See Also:
- GraphTraversal.drop()
 
 - 
allpublic static <A> GraphTraversal<A,A> all(P<A> predicate) - See Also:
- GraphTraversal.all(P)
 
 - 
anypublic static <A> GraphTraversal<A,A> any(P<A> predicate) - See Also:
- GraphTraversal.any(P)
 
 - 
nonepublic static <A> GraphTraversal<A,A> none(P<A> predicate) - See Also:
- GraphTraversal.none(P)
 
 - 
sideEffectpublic static <A> GraphTraversal<A,A> sideEffect(Consumer<Traverser<A>> consumer) - See Also:
- GraphTraversal.sideEffect(Consumer)
 
 - 
sideEffectpublic static <A> GraphTraversal<A,A> sideEffect(Traversal<?,?> sideEffectTraversal) - See Also:
- GraphTraversal.sideEffect(Traversal)
 
 - 
cappublic static <A,B> GraphTraversal<A,B> cap(String sideEffectKey, String... sideEffectKeys) - See Also:
- GraphTraversal.cap(String, String...)
 
 - 
subgraphpublic static <A> GraphTraversal<A,Edge> subgraph(String sideEffectKey) - See Also:
- GraphTraversal.subgraph(String)
 
 - 
aggregatepublic static <A> GraphTraversal<A,A> aggregate(String sideEffectKey) - See Also:
- GraphTraversal.aggregate(String)
 
 - 
aggregatepublic static <A> GraphTraversal<A,A> aggregate(Scope scope, String sideEffectKey) - See Also:
- GraphTraversal.aggregate(Scope, String)
 
 - 
failpublic static <A> GraphTraversal<A,A> fail() - See Also:
- GraphTraversal.fail()
 
 - 
failpublic static <A> GraphTraversal<A,A> fail(String message) - See Also:
- GraphTraversal.fail(String)
 
 - 
grouppublic static <A> GraphTraversal<A,A> group(String sideEffectKey) - See Also:
- GraphTraversal.group(String)
 
 - 
groupCountpublic static <A> GraphTraversal<A,A> groupCount(String sideEffectKey) - See Also:
- GraphTraversal.groupCount(String)
 
 - 
timeLimitpublic static <A> GraphTraversal<A,A> timeLimit(long timeLimit) - See Also:
- GraphTraversal.timeLimit(long)
 
 - 
treepublic static <A> GraphTraversal<A,A> tree(String sideEffectKey) - See Also:
- GraphTraversal.tree(String)
 
 - 
sackpublic static <A,V,U> GraphTraversal<A,A> sack(BiFunction<V,U,V> sackOperator) - See Also:
- GraphTraversal.sack(BiFunction)
 
 - 
store@Deprecated public static <A> GraphTraversal<A,A> store(String sideEffectKey) Deprecated.As of release 3.4.3, replaced byaggregate(Scope, String)usingScope.local.- See Also:
- GraphTraversal.store(String)
 
 - 
propertypublic static <A> GraphTraversal<A,A> property(Object key, Object value, Object... keyValues) 
 - 
propertypublic static <A> GraphTraversal<A,A> property(VertexProperty.Cardinality cardinality, Object key, Object value, Object... keyValues) 
 - 
propertypublic static <A> GraphTraversal<A,A> property(Map<Object,Object> value) - See Also:
- GraphTraversal.property(Map)
 
 - 
branchpublic static <A,M,B> GraphTraversal<A,B> branch(Function<Traverser<A>,M> function) - See Also:
- GraphTraversal.branch(Function)
 
 - 
branchpublic static <A,M,B> GraphTraversal<A,B> branch(Traversal<?,M> traversalFunction) - See Also:
- GraphTraversal.branch(Traversal)
 
 - 
choosepublic static <A,B> GraphTraversal<A,B> choose(Predicate<A> choosePredicate, Traversal<?,B> trueChoice, Traversal<?,B> falseChoice) 
 - 
choosepublic static <A,B> GraphTraversal<A,B> choose(P<A> choosePredicate, Traversal<?,B> trueChoice, Traversal<?,B> falseChoice) 
 - 
choosepublic static <A,B> GraphTraversal<A,B> choose(Predicate<A> choosePredicate, Traversal<?,B> trueChoice) 
 - 
choosepublic static <A,B> GraphTraversal<A,B> choose(P<A> choosePredicate, Traversal<?,B> trueChoice) - See Also:
- GraphTraversal.choose(P, Traversal)
 
 - 
choosepublic static <A,M,B> GraphTraversal<A,B> choose(Function<A,M> choiceFunction) - See Also:
- GraphTraversal.choose(Function)
 
 - 
choosepublic static <A,B> GraphTraversal<A,B> choose(T t) - See Also:
- GraphTraversal.choose(T)
 
 - 
choosepublic static <A,M,B> GraphTraversal<A,B> choose(Traversal<?,M> traversalFunction) - See Also:
- GraphTraversal.choose(Traversal)
 
 - 
choosepublic static <A,M,B> GraphTraversal<A,B> choose(Traversal<?,M> traversalPredicate, Traversal<?,B> trueChoice, Traversal<?,B> falseChoice) 
 - 
choosepublic static <A,M,B> GraphTraversal<A,B> choose(Traversal<?,M> traversalPredicate, Traversal<?,B> trueChoice) 
 - 
optionalpublic static <A> GraphTraversal<A,A> optional(Traversal<?,A> optionalTraversal) - See Also:
- GraphTraversal.optional(Traversal)
 
 - 
unionpublic static <A,B> GraphTraversal<A,B> union(Traversal<?,B>... traversals) - See Also:
- GraphTraversal.union(Traversal[])
 
 - 
coalescepublic static <A,B> GraphTraversal<A,B> coalesce(Traversal<?,B>... traversals) - See Also:
- GraphTraversal.coalesce(Traversal[])
 
 - 
repeatpublic static <A> GraphTraversal<A,A> repeat(Traversal<?,A> traversal) - See Also:
- GraphTraversal.repeat(Traversal)
 
 - 
repeatpublic static <A> GraphTraversal<A,A> repeat(String loopName, Traversal<?,A> traversal) - See Also:
- GraphTraversal.repeat(Traversal)
 
 - 
emitpublic static <A> GraphTraversal<A,A> emit(Traversal<?,?> emitTraversal) - See Also:
- GraphTraversal.emit(Traversal)
 
 - 
emitpublic static <A> GraphTraversal<A,A> emit(Predicate<Traverser<A>> emitPredicate) - See Also:
- GraphTraversal.emit(Predicate)
 
 - 
untilpublic static <A> GraphTraversal<A,A> until(Traversal<?,?> untilTraversal) - See Also:
- GraphTraversal.until(Traversal)
 
 - 
untilpublic static <A> GraphTraversal<A,A> until(Predicate<Traverser<A>> untilPredicate) - See Also:
- GraphTraversal.until(Predicate)
 
 - 
timespublic static <A> GraphTraversal<A,A> times(int maxLoops) - See Also:
- GraphTraversal.times(int)
 
 - 
emitpublic static <A> GraphTraversal<A,A> emit() - See Also:
- GraphTraversal.emit()
 
 - 
localpublic static <A,B> GraphTraversal<A,B> local(Traversal<?,B> localTraversal) - See Also:
- GraphTraversal.local(Traversal)
 
 - 
aspublic static <A> GraphTraversal<A,A> as(String label, String... labels) - See Also:
- GraphTraversal.as(String, String...)
 
 - 
barrierpublic static <A> GraphTraversal<A,A> barrier() - See Also:
- GraphTraversal.barrier()
 
 - 
barrierpublic static <A> GraphTraversal<A,A> barrier(int maxBarrierSize) - See Also:
- GraphTraversal.barrier(int)
 
 - 
barrierpublic static <A> GraphTraversal<A,A> barrier(Consumer<TraverserSet<Object>> barrierConsumer) - See Also:
- GraphTraversal.barrier(Consumer)
 
 - 
indexpublic static <A,B> GraphTraversal<A,B> index() - See Also:
- GraphTraversal.index()
 
 - 
elementpublic static <A,B> GraphTraversal<A,Element> element() - See Also:
- GraphTraversal.element()
 
 - 
callpublic static <A,B> GraphTraversal<A,B> call(String service) - See Also:
- GraphTraversal.call(String)
 
 - 
callpublic static <A,B> GraphTraversal<A,B> call(String service, Map params) - See Also:
- GraphTraversal.call(String, Map)
 
 - 
callpublic static <A,B> GraphTraversal<A,B> call(String service, GValue<Map<?,?>> params) - See Also:
- GraphTraversal.call(String, GValue)
 
 - 
callpublic static <A,B> GraphTraversal<A,B> call(String service, Traversal<?,Map<?,?>> childTraversal) - See Also:
- GraphTraversal.call(String, Traversal)
 
 - 
callpublic static <A,B> GraphTraversal<A,B> call(String service, Map params, Traversal<?,Map<?,?>> childTraversal) 
 
- 
 
-