Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.GValue
- 
- 
Uses of GValue in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credentialMethods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type GValue Modifier and Type Method Description static <A> CredentialTraversal<A,Edge>__. addE(GValue<String> edgeLabel)default CredentialTraversal<S,Edge>CredentialTraversal. addE(GValue<String> edgeLabel)static <A> CredentialTraversal<A,Vertex>__. addV(GValue<String> vertexLabel)default CredentialTraversal<S,Vertex>CredentialTraversal. addV(GValue<String> vertexLabel)static CredentialTraversal<Vertex,Vertex>__. both(GValue<String>... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. both(GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Edge>__. bothE(GValue<String>... edgeLabels)default CredentialTraversal<S,Edge>CredentialTraversal. bothE(GValue<String>... edgeLabels)static <A,B>
 CredentialTraversal<A,B>__. call(String service, GValue<Map<?,?>> params)static <A,B>
 CredentialTraversal<A,B>__. call(String service, GValue<Map<?,?>> params, Traversal<A,Map<?,?>> childTraversal)default <E> CredentialTraversal<S,E>CredentialTraversal. call(String service, GValue<Map<?,?>> params)default <E> CredentialTraversal<S,E>CredentialTraversal. call(String service, GValue<Map<?,?>> params, Traversal<S,Map<?,?>> childTraversal)default CredentialTraversal<S,E>CredentialTraversal. from(GValue<Vertex> fromVertex)static <A> CredentialTraversal<A,A>__. has(GValue<String> label, String propertyKey, Object value)static <A> CredentialTraversal<A,A>__. has(GValue<String> label, String propertyKey, P<?> predicate)default CredentialTraversal<S,E>CredentialTraversal. has(GValue<String> label, String propertyKey, Object value)default CredentialTraversal<S,E>CredentialTraversal. has(GValue<String> label, String propertyKey, P<?> predicate)static <A> CredentialTraversal<A,A>__. hasLabel(GValue<String> label, GValue<String>... otherLabels)default CredentialTraversal<S,E>CredentialTraversal. hasLabel(GValue<String> label, GValue<String>... otherLabels)static CredentialTraversal<Vertex,Vertex>__. in(GValue<String>... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. in(GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Edge>__. inE(GValue<String>... edgeLabels)default CredentialTraversal<S,Edge>CredentialTraversal. inE(GValue<String>... edgeLabels)static <A> CredentialTraversal<A,A>__. limit(Scope scope, GValue<Long> limit)static <A> CredentialTraversal<A,A>__. limit(GValue<Long> limit)default <E2> CredentialTraversal<S,E2>CredentialTraversal. limit(Scope scope, GValue<Long> limit)default CredentialTraversal<S,E>CredentialTraversal. limit(GValue<Long> limit)static <A> CredentialTraversal<A,Edge>__. mergeE(GValue<Map<Object,Object>> searchCreate)default CredentialTraversal<S,Edge>CredentialTraversal. mergeE(GValue<Map<Object,Object>> searchCreate)static <A> CredentialTraversal<A,Vertex>__. mergeV(GValue<Map<Object,Object>> searchCreate)default CredentialTraversal<S,Vertex>CredentialTraversal. mergeV(GValue<Map<Object,Object>> searchCreate)default <M,E2>
 CredentialTraversal<S,E>CredentialTraversal. option(M token, GValue<Map<?,?>> m)static CredentialTraversal<Vertex,Vertex>__. out(GValue<String>... edgeLabels)default CredentialTraversal<S,Vertex>CredentialTraversal. out(GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Edge>__. outE(GValue<String>... edgeLabels)default CredentialTraversal<S,Edge>CredentialTraversal. outE(GValue<String>... edgeLabels)static <A> CredentialTraversal<A,A>__. range(Scope scope, GValue<Long> low, GValue<Long> high)static <A> CredentialTraversal<A,A>__. range(GValue<Long> low, GValue<Long> high)default <E2> CredentialTraversal<S,E2>CredentialTraversal. range(Scope scope, GValue<Long> low, GValue<Long> high)default CredentialTraversal<S,E>CredentialTraversal. range(GValue<Long> low, GValue<Long> high)static <A> CredentialTraversal<A,A>__. skip(Scope scope, GValue<Long> skip)static <A> CredentialTraversal<A,A>__. skip(GValue<Long> skip)default <E2> CredentialTraversal<S,E2>CredentialTraversal. skip(Scope scope, GValue<Long> skip)default CredentialTraversal<S,E>CredentialTraversal. skip(GValue<Long> skip)static <A> CredentialTraversal<A,A>__. tail(Scope scope, GValue<Long> limit)static <A> CredentialTraversal<A,A>__. tail(GValue<Long> limit)default <E2> CredentialTraversal<S,E2>CredentialTraversal. tail(Scope scope, GValue<Long> limit)default CredentialTraversal<S,E>CredentialTraversal. tail(GValue<Long> limit)static CredentialTraversal<Vertex,Vertex>__. to(Direction direction, GValue<String>... edgeLabels)default CredentialTraversal<S,E>CredentialTraversal. to(GValue<Vertex> toVertex)default CredentialTraversal<S,Vertex>CredentialTraversal. to(Direction direction, GValue<String>... edgeLabels)static CredentialTraversal<Vertex,Edge>__. toE(Direction direction, GValue<String>... edgeLabels)default CredentialTraversal<S,Edge>CredentialTraversal. toE(Direction direction, GValue<String>... edgeLabels)
- 
Uses of GValue in org.apache.tinkerpop.gremlin.language.grammarMethods in org.apache.tinkerpop.gremlin.language.grammar that return GValue Modifier and Type Method Description GValue<?>VariableResolver.DefaultVariableResolver. apply(String s, GremlinParser.VariableContext variableContext)static <V> GValue<V>ArgumentVisitor. asGValue(V value)Create a newGValuefrom a particular value but without the specified name.GValue<String>ArgumentVisitor. parseString(GremlinParser.StringNullableArgumentContext ctx)Wrapper to visit function for string types.GValue<String>[]ArgumentVisitor. parseStringVarargs(GremlinParser.StringNullableArgumentVarargsContext varargsContext)Parse a string argument varargs, and return an string array
- 
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversalMethods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type GValue Modifier and Type Method Description Set<GValue<?>>GValueManager. getGValues()Gets the set ofGValueobjects used in this traversal.Set<GValue<?>>P. getGValues()Set<GValue<?>>GValueManager. getPinnedGValues()Gets the set of pinned GValues used in this traversal.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type GValue Modifier and Type Method Description static <V> P<V>P. between(GValue<V> first, GValue<V> second)Determines if a value is within (inclusive) of the range of the two specified values.static TextPTextP. containing(GValue<String> value)Determines if String does contain the given value.static TextPTextP. endingWith(GValue<String> value)Determines if String does start with the given value.static <V> P<V>P. eq(GValue<V> value)Determines if values are equal.static <V> P<V>P. gt(GValue<V> value)Determines if a value is greater than another.static <V> P<V>P. gte(GValue<V> value)Determines if a value is greater than or equal to another.static <V> P<V>P. inside(GValue<V> first, GValue<V> second)Determines if a value is within (exclusive) the range of the two specified values.static <V> P<V>P. lt(GValue<V> value)Determines if a value is less than another.static <V> P<V>P. lte(GValue<V> value)Determines if a value is less than or equal to another.static <V> P<V>P. neq(GValue<V> value)Determines if values are not equal.static TextPTextP. notContaining(GValue<String> value)Determines if String does not contain the given value.static TextPTextP. notEndingWith(GValue<String> value)Determines if String does not start with the given value.static TextPTextP. notRegex(GValue<String> value)Determines if String has no match with the given regex pattern and the reference implementation treats it as a simple negation of the evaluation of the pattern match ofTextP.regex(String).static TextPTextP. notStartingWith(GValue<String> value)Determines if String does not start with the given value.static <V> P<V>P. outside(GValue<V> first, GValue<V> second)Determines if a value is not within (exclusive) of the range of the two specified values.static TextPTextP. regex(GValue<String> value)Determines if String has a match with the given regex pattern.voidGValueManager. register(GValue<?> gValue)Registers a GValue in the internal registry if it represents a variable.static TextPTextP. startingWith(GValue<String> value)Determines if String does start with the given value.static <V> P<V>P. within(GValue<V>... values)Determines if a value is within the specified list of values.static <V> P<V>P. without(GValue<V>... values)Determines if a value is not within the specified list of values.Method parameters in org.apache.tinkerpop.gremlin.process.traversal with type arguments of type GValue Modifier and Type Method Description voidGValueManager. pinGValues(Collection<GValue<?>> gValues)Pin a collection ofGValueinstances from the internal registry.voidGValueManager. register(Collection<GValue<?>> gValues)Registers a collection of GValues in the internal registry.Constructors in org.apache.tinkerpop.gremlin.process.traversal with parameters of type GValue Constructor Description P(PBiPredicate<V,V> biPredicate, GValue<V> value)TextP(PBiPredicate<String,String> biPredicate, GValue<String> value)
- 
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.dsl.graphMethods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type GValue Modifier and Type Method Description static <A> GraphTraversal<A,Edge>__. addE(GValue<String> edgeLabel)default GraphTraversal<S,Edge>GraphTraversal. addE(GValue<String> edgeLabel)Adds anEdgewith the specified edge label.GraphTraversal<Edge,Edge>GraphTraversalSource. addE(GValue<String> label)Spawns aGraphTraversalby adding an edge with the specified label.static <A> GraphTraversal<A,Vertex>__. addV(GValue<String> vertexLabel)default GraphTraversal<S,Vertex>GraphTraversal. addV(GValue<String> vertexLabel)Adds aVertex.GraphTraversal<Vertex,Vertex>GraphTraversalSource. addV(GValue<String> vertexLabel)Spawns aGraphTraversalby adding a vertex with the specified label.static GraphTraversal<Vertex,Vertex>__. both(GValue<String>... edgeLabels)default GraphTraversal<S,Vertex>GraphTraversal. both(GValue<String>... edgeLabels)Map theVertexto its adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge>__. bothE(GValue<String>... edgeLabels)default GraphTraversal<S,Edge>GraphTraversal. bothE(GValue<String>... edgeLabels)Map theVertexto its incident edges given the edge labels.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)default <E> GraphTraversal<S,E>GraphTraversal. call(String service, GValue<Map<?,?>> params)Perform the specified service call with the specified static parameters.default <E> GraphTraversal<S,E>GraphTraversal. call(String service, GValue<Map<?,?>> params, Traversal<S,Map<?,?>> childTraversal)Perform the specified service call with both static and dynamic parameters produced by the specified child traversal.<S> GraphTraversal<S,S>GraphTraversalSource. call(String service, GValue<Map<?,?>> params)Spawns aGraphTraversalstarting with values produced by the specified service call with the specified static parameters.<S> GraphTraversal<S,S>GraphTraversalSource. call(String service, GValue<Map<?,?>> params, Traversal<S,Map<?,?>> childTraversal)Spawns aGraphTraversalstarting with values produced by the specified service call with the specified static parameters.default GraphTraversal<S,E>GraphTraversal. from(GValue<Vertex> fromVertex)When used as a modifier toGraphTraversal.addE(String)this method specifies the traversal to use for selecting the outgoing vertex of the newly addedEdge.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)default GraphTraversal<S,E>GraphTraversal. has(GValue<String> label, String propertyKey, Object value)Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E>GraphTraversal. has(GValue<String> label, String propertyKey, P<?> predicate)Filters vertices, edges and vertex properties based on their properties.static <A> GraphTraversal<A,A>__. hasLabel(GValue<String> label, GValue<String>... otherLabels)default GraphTraversal<S,E>GraphTraversal. hasLabel(GValue<String> label, GValue<String>... otherLabels)Filters vertices, edges and vertex properties based on their label.static GraphTraversal<Vertex,Vertex>__. in(GValue<String>... edgeLabels)default GraphTraversal<S,Vertex>GraphTraversal. in(GValue<String>... edgeLabels)Map theVertexto its incoming adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge>__. inE(GValue<String>... edgeLabels)default GraphTraversal<S,Edge>GraphTraversal. inE(GValue<String>... edgeLabels)Map theVertexto its incoming incident edges given the edge labels.static <A> GraphTraversal<A,A>__. limit(Scope scope, GValue<Long> limit)static <A> GraphTraversal<A,A>__. limit(GValue<Long> limit)default <E2> GraphTraversal<S,E2>GraphTraversal. limit(Scope scope, GValue<Long> limit)Filter the objects in the traversal by the number of them to pass through the stream given theScope, where only the firstnobjects are allowed as defined by thelimitargument.default GraphTraversal<S,E>GraphTraversal. limit(GValue<Long> limit)Filter the objects in the traversal by the number of them to pass through the stream, where only the firstnobjects are allowed as defined by thelimitargument.static <A> GraphTraversal<A,Edge>__. mergeE(GValue<Map<Object,Object>> searchCreate)default GraphTraversal<S,Edge>GraphTraversal. mergeE(GValue<Map<Object,Object>> searchCreate)Spawns aGraphTraversalby doing a merge (i.e.GraphTraversal<Edge,Edge>GraphTraversalSource. mergeE(GValue<Map<Object,Object>> searchCreate)Spawns aGraphTraversalby doing a merge (i.e.static <A> GraphTraversal<A,Vertex>__. mergeV(GValue<Map<Object,Object>> searchCreate)default GraphTraversal<S,Vertex>GraphTraversal. mergeV(GValue<Map<Object,Object>> searchCreate)Performs a merge (i.e.GraphTraversal<Vertex,Vertex>GraphTraversalSource. mergeV(GValue<Map<?,?>> searchCreate)Spawns aGraphTraversalby doing a merge (i.e.default <M,E2>
 GraphTraversal<S,E>GraphTraversal. option(M token, GValue<Map<?,?>> m)This is a step modulator to aTraversalOptionParentlikechoose()ormergeV()where the provided argument associated to thetokenis applied according to the semantics of the step.static GraphTraversal<Vertex,Vertex>__. out(GValue<String>... edgeLabels)default GraphTraversal<S,Vertex>GraphTraversal. out(GValue<String>... edgeLabels)Map theVertexto its outgoing adjacent vertices given the edge labels.static GraphTraversal<Vertex,Edge>__. outE(GValue<String>... edgeLabels)default GraphTraversal<S,Edge>GraphTraversal. outE(GValue<String>... edgeLabels)Map theVertexto its outgoing incident edges given the edge labels.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)default <E2> GraphTraversal<S,E2>GraphTraversal. range(Scope scope, GValue<Long> low, GValue<Long> high)Filter the objects in the traversal by the number of them to pass through the stream as constrained by theScope.default GraphTraversal<S,E>GraphTraversal. range(GValue<Long> low, GValue<Long> high)Filter the objects in the traversal by the number of them to pass through the stream.static <A> GraphTraversal<A,A>__. skip(Scope scope, GValue<Long> skip)static <A> GraphTraversal<A,A>__. skip(GValue<Long> skip)default <E2> GraphTraversal<S,E2>GraphTraversal. skip(Scope scope, GValue<Long> skip)Filters out the firstnobjects in the traversal.default GraphTraversal<S,E>GraphTraversal. skip(GValue<Long> skip)Filters out the firstnobjects in the traversal.static <A> GraphTraversal<A,A>__. tail(Scope scope, GValue<Long> limit)static <A> GraphTraversal<A,A>__. tail(GValue<Long> limit)default <E2> GraphTraversal<S,E2>GraphTraversal. tail(Scope scope, GValue<Long> limit)Filters the objects in the traversal emitted as being last objects in the stream given theScope.default GraphTraversal<S,E>GraphTraversal. tail(GValue<Long> limit)Filters the objects in the traversal emitted as being last objects in the stream.static GraphTraversal<Vertex,Vertex>__. to(Direction direction, GValue<String>... edgeLabels)default GraphTraversal<S,E>GraphTraversal. to(GValue<Vertex> toVertex)When used as a modifier toGraphTraversal.addE(String)this method specifies the traversal to use for selecting the incoming vertex of the newly addedEdge.default GraphTraversal<S,Vertex>GraphTraversal. to(Direction direction, GValue<String>... edgeLabels)Map theVertexto its adjacent vertices given a direction and edge labels.static GraphTraversal<Vertex,Edge>__. toE(Direction direction, GValue<String>... edgeLabels)default GraphTraversal<S,Edge>GraphTraversal. toE(Direction direction, GValue<String>... edgeLabels)Map theVertexto its incident edges given the direction and edge labels.
- 
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.lambdaMethods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return GValue Modifier and Type Method Description GValue<E>GValueConstantTraversal. getGValue()Constructors in org.apache.tinkerpop.gremlin.process.traversal.lambda with parameters of type GValue Constructor Description GValueConstantTraversal(GValue<E> end)
- 
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.stepMethods in org.apache.tinkerpop.gremlin.process.traversal.step that return GValue Modifier and Type Method Description GValue<V>GValue. clone()static <T> GValue<T>[]GValue. ensureGValues(Object[] args)The elements in object array argument are examined to see if they areGValueobjects.static <V> GValue<V>GValue. of(String name, V value)Create a newVarwith the specified name and value.static <V> GValue<V>GValue. of(V value)Create a newVarfrom a particular value but without the specified name.static GValue<BigDecimal>GValue. ofBigDecimal(String name, BigDecimal value)Create a newGValuefor a BigDecimal value with a specified name.static GValue<BigDecimal>GValue. ofBigDecimal(BigDecimal value)Create a newGValuefor a BigDecimal value.static GValue<BigInteger>GValue. ofBigInteger(String name, BigInteger value)Create a newGValuefor a BigInteger value with a specified name.static GValue<BigInteger>GValue. ofBigInteger(BigInteger value)Create a newGValuefor a BigInteger value.static GValue<Boolean>GValue. ofBoolean(Boolean value)Create a newGValuefor a boolean value.static GValue<Boolean>GValue. ofBoolean(String name, Boolean value)Create a newGValuefor a boolean value with a specified name.static GValue<Double>GValue. ofDouble(Double value)Create a newGValuefor a double value.static GValue<Double>GValue. ofDouble(String name, Double value)Create a newGValuefor a double value with a specified name.static GValue<Integer>GValue. ofInteger(Integer value)Create a newGValuefor an integer value.static GValue<Integer>GValue. ofInteger(String name, Integer value)Create a newGValuefor an integer value with a specified name.static <T> GValue<List<T>>GValue. ofList(String name, List<T> value)Create a newGValuefor a list value with a specified name.static <T> GValue<List<T>>GValue. ofList(List<T> value)Create a newGValuefor a list value.static GValue<Long>GValue. ofLong(Long value)Create a newGValuefor a long value.static GValue<Long>GValue. ofLong(String name, Long value)Create a newGValuefor a long value with a specified name.static GValue<Map<?,?>>GValue. ofMap(String name, Map value)Create a newGValuefor a map value with a specified name.static GValue<Map>GValue. ofMap(Map value)Create a newGValuefor a map value.static GValue<Set>GValue. ofSet(String name, Set value)Create a newGValuefor a set value with a specified name.static GValue<Set>GValue. ofSet(Set value)Create a newGValuefor a set value.static GValue<String>GValue. ofString(String value)Create a newGValuefor a string value.static GValue<String>GValue. ofString(String name, String value)Create a newGValuefor a string value with a specified name.static GValue<Vertex>GValue. ofVertex(String name, Vertex value)Create a newGValuefor a vertex value with a specified name.static GValue<Vertex>GValue. ofVertex(Vertex value)Create a newGValuefor a vertex value.Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return types with arguments of type GValue Modifier and Type Method Description Collection<GValue<?>>GValueHolder. getGValues()default Collection<GValue<?>>HasContainerHolder. getGValues()Methods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type GValue Modifier and Type Method Description static Object[]GValue. resolveToValues(GValue<?>[] gvalues)ConvertsGValueobjects argument array to their values to prevent them from leaking to the Graph API.
- 
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.step.filterFields in org.apache.tinkerpop.gremlin.process.traversal.step.filter declared as GValue Modifier and Type Field Description protected GValue<Long>RangeGlobalStepPlaceholder. highprotected GValue<Long>RangeGlobalStepPlaceholder. lowMethods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return GValue Modifier and Type Method Description default GValue<Long>RangeGlobalStepContract. getHighRangeAsGValue()getHighRange, retaining the GValue container and without pinning the variable.GValue<Long>RangeGlobalStepPlaceholder. getHighRangeAsGValue()getHighRange, retaining the GValue container and without pinning the variable.default GValue<Long>TailGlobalStepContract. getLimitAsGValue()GValue<Long>TailGlobalStepPlaceholder. getLimitAsGValue()default GValue<Long>RangeGlobalStepContract. getLowRangeAsGValue()getLowRange, retaining the GValue container and without pinning the variable.GValue<Long>RangeGlobalStepPlaceholder. getLowRangeAsGValue()getLowRange, retaining the GValue container and without pinning the variable.Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return types with arguments of type GValue Modifier and Type Method Description Collection<GValue<?>>IsStepPlaceholder. getGValues()Collection<GValue<?>>RangeGlobalStepPlaceholder. getGValues()Collection<GValue<?>>TailGlobalStepPlaceholder. getGValues()Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.filter with parameters of type GValue Constructor Description RangeGlobalStepPlaceholder(Traversal.Admin traversal, GValue<Long> low, GValue<Long> high)TailGlobalStepPlaceholder(Traversal.Admin traversal, GValue<Long> limit)
- 
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.step.mapFields in org.apache.tinkerpop.gremlin.process.traversal.step.map declared as GValue Modifier and Type Field Description protected GValue<Long>RangeLocalStepPlaceholder. highprotected GValue<?>[]GraphStepPlaceholder. idsprotected GValue<Long>RangeLocalStepPlaceholder. lowMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return GValue Modifier and Type Method Description default GValue<String>[]VertexStepContract. getEdgeLabelsAsGValues()GValue<String>[]VertexStepPlaceholder. getEdgeLabelsAsGValues()default GValue<Long>RangeLocalStepContract. getHighRangeAsGValue()getHighRange, retaining the GValue container and without pinning the variable.GValue<Long>RangeLocalStepPlaceholder. getHighRangeAsGValue()getHighRange, retaining the GValue container and without pinning the variable.default GValue<?>[]GraphStepContract. getIdsAsGValues()GValue<?>[]GraphStepPlaceholder. getIdsAsGValues()default GValue<Long>TailLocalStepContract. getLimitAsGValue()GValue<Long>TailLocalStepPlaceholder. getLimitAsGValue()default GValue<Long>RangeLocalStepContract. getLowRangeAsGValue()getLowRange, retaining the GValue container and without pinning the variable.GValue<Long>RangeLocalStepPlaceholder. getLowRangeAsGValue()getLowRange, retaining the GValue container and without pinning the variable.default GValue<Map>CallStepContract. getStaticParamsAsGValue()GValue<Map>CallStepPlaceholder. getStaticParamsAsGValue()Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type GValue Modifier and Type Method Description Collection<GValue<?>>AbstractAddEdgeStepPlaceholder. getGValues()Collection<GValue<?>>AbstractAddElementStepPlaceholder. getGValues()Collection<GValue<?>>AbstractMergeElementStepPlaceholder. getGValues()Collection<GValue<?>>CallStepPlaceholder. getGValues()Collection<GValue<?>>GraphStepPlaceholder. getGValues()Collection<GValue<?>>RangeLocalStepPlaceholder. getGValues()Collection<GValue<?>>TailLocalStepPlaceholder. getGValues()Collection<GValue<?>>VertexStepPlaceholder. getGValues()
- 
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffectMethods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that return types with arguments of type GValue Modifier and Type Method Description Collection<GValue<?>>AddPropertyStepPlaceholder. getGValues()
- 
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.step.utilMethods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return types with arguments of type GValue Modifier and Type Method Description static Set<GValue<?>>GValueHelper. getGValuesFromProperties(Map<Object,List<Object>> properties)Method parameters in org.apache.tinkerpop.gremlin.process.traversal.step.util with type arguments of type GValue Modifier and Type Method Description static Map<Object,List<Object>>GValueHelper. resolveProperties(Map<Object,List<Object>> properties, Consumer<GValue<?>> gValueConsumer)Resolves given properties by extracting values from anyGValueproperty values.
- 
Uses of GValue in org.apache.tinkerpop.gremlin.process.traversal.utilMethods in org.apache.tinkerpop.gremlin.process.traversal.util that return types with arguments of type GValue Modifier and Type Method Description static Map<Step,Collection<GValue<?>>>TraversalHelper. gatherStepGValues(Traversal.Admin<?,?> traversal)Gathers all steps that implementGValueHolderand returns a map from step to the collection ofGValueinstances they hold.Set<GValue<?>>ConnectiveP. getGValues()
 
-