Modifier and Type | Method and Description |
---|---|
static <A,B> CredentialTraversal<A,B> |
__.select(Pop pop,
String selectKey) |
default <E2> CredentialTraversal<S,E2> |
CredentialTraversal.select(Pop pop,
String selectKey) |
static <A,B> CredentialTraversal<A,Map<String,B>> |
__.select(Pop pop,
String selectKey1,
String selectKey2,
String... otherSelectKeys) |
default <E2> CredentialTraversal<S,Map<String,E2>> |
CredentialTraversal.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,
Traversal<S,E2> keyTraversal) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static <A,B> GraphTraversal<A,B> |
__.select(Pop pop,
String selectKey) |
default <E2> GraphTraversal<S,E2> |
GraphTraversal.select(Pop pop,
String selectKey)
|
static <A,B> GraphTraversal<A,Map<String,B>> |
__.select(Pop pop,
String selectKey1,
String selectKey2,
String... otherSelectKeys) |
default <E2> GraphTraversal<S,Map<String,E2>> |
GraphTraversal.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,
Traversal<S,E2> keyTraversal)
|
Modifier and Type | Method and Description |
---|---|
default <S> S |
Scoping.getNullableScopeValue(Pop pop,
String key,
Traverser.Admin<?> traverser)
Calls
Scoping.getScopeValue(Pop, Object, Traverser.Admin) and returns null if the key is not found. |
default <S> S |
Scoping.getSafeScopeValue(Pop pop,
Object key,
Traverser.Admin<?> traverser)
Calls
Scoping.getScopeValue(Pop, Object, Traverser.Admin) but throws an unchecked IllegalStateException
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.
|
Modifier and Type | Method and Description |
---|---|
Pop |
SelectOneStep.getPop() |
Pop |
TraversalSelectStep.getPop() |
Pop |
SelectStep.getPop() |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
<A> A |
ImmutablePath.get(Pop pop,
String label) |
<A> A |
MutablePath.get(Pop pop,
String label) |
boolean |
ImmutablePath.popEquals(Pop pop,
Object other) |
Modifier and Type | Field and Description |
---|---|
static EnumSerializer<Pop> |
EnumSerializer.PopSerializer |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.