Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Pop
-
-
Uses of Pop in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type Pop Modifier and Type Method Description static <A,B>
CredentialTraversal<A,B>__. select(Pop pop, String selectKey)
static <A,B>
CredentialTraversal<A,Map<String,B>>__. select(Pop pop, String selectKey1, String selectKey2, String... otherSelectKeys)
static <A,B>
CredentialTraversal<A,B>__. select(Pop pop, Traversal<A,B> keyTraversal)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. select(Pop pop, String selectKey)
default <E2> CredentialTraversal<S,Map<String,E2>>
CredentialTraversal. select(Pop pop, String selectKey1, String selectKey2, String... otherSelectKeys)
default <E2> CredentialTraversal<S,E2>
CredentialTraversal. select(Pop pop, Traversal<S,E2> keyTraversal)
-
Uses of Pop in org.apache.tinkerpop.gremlin.language.grammar
Methods in org.apache.tinkerpop.gremlin.language.grammar that return Pop Modifier and Type Method Description Pop
ArgumentVisitor. parsePop(GremlinParser.TraversalPopArgumentContext ctx)
Wrapper for visit function forPop
types. -
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return Pop Modifier and Type Method Description static Pop
Pop. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pop[]
Pop. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type Pop Modifier and Type Method Description default <A> A
Path. get(Pop pop, String label)
Pop the object(s) associated with the label of the path.default <A> A
Traverser. path(Pop pop, String stepLabel)
default boolean
Path. popEquals(Pop pop, Object other)
-
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type Pop Modifier and Type Method Description 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)
default <E2> GraphTraversal<S,E2>
GraphTraversal. select(Pop pop, String selectKey)
default <E2> GraphTraversal<S,Map<String,E2>>
GraphTraversal. select(Pop pop, String selectKey1, String selectKey2, String... otherSelectKeys)
default <E2> GraphTraversal<S,E2>
GraphTraversal. select(Pop pop, Traversal<S,E2> keyTraversal)
-
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type Pop Modifier and Type Method Description default <S> S
Scoping. getNullableScopeValue(Pop pop, String key, Traverser.Admin<?> traverser)
CallsScoping.getScopeValue(Pop, Object, Traverser.Admin)
and returnsnull
if the key is not found.default <S> S
Scoping. getSafeScopeValue(Pop pop, Object key, Traverser.Admin<?> traverser)
CallsScoping.getScopeValue(Pop, Object, Traverser.Admin)
but throws an uncheckedIllegalStateException
if the key cannot be found.default <S> S
Scoping. getScopeValue(Pop pop, Object key, Traverser.Admin<?> traverser)
Finds the object with the specified key for the current traverser and throws an exception if the key cannot be found. -
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return Pop Modifier and Type Method Description Pop
SelectOneStep. getPop()
Pop
SelectStep. getPop()
Pop
TraversalSelectStep. getPop()
Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type Pop Constructor Description SelectOneStep(Traversal.Admin traversal, Pop pop, String selectKey)
SelectStep(Traversal.Admin traversal, Pop pop, String... selectKeys)
TraversalSelectStep(Traversal.Admin traversal, Pop pop, Traversal<S,E> keyTraversal)
-
Uses of Pop in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type Pop Modifier and Type Method Description <A> A
ImmutablePath. get(Pop pop, String label)
<A> A
MutablePath. get(Pop pop, String label)
boolean
ImmutablePath. popEquals(Pop pop, Object other)
-
Uses of Pop in org.apache.tinkerpop.gremlin.structure.io.binary.types
Fields in org.apache.tinkerpop.gremlin.structure.io.binary.types with type parameters of type Pop Modifier and Type Field Description static EnumSerializer<Pop>
EnumSerializer. PopSerializer
-