| 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)  | 
default <S> S | 
Scoping.getScopeValue(Pop pop,
             String key,
             Traverser.Admin<?> traverser)  | 
| Modifier and Type | Method and Description | 
|---|---|
Pop | 
TraversalSelectStep.getPop()  | 
Pop | 
SelectStep.getPop()  | 
Pop | 
SelectOneStep.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)  | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.