| Modifier and Type | Method and Description | 
|---|---|
static <A,B> GraphTraversal<A,Collection<B>> | 
__.select(Column column)  | 
default <E2> GraphTraversal<S,Collection<E2>> | 
GraphTraversal.select(Column column)
A version of  
select that allows for the extraction of a Column from objects in the traversal. | 
| Modifier and Type | Method and Description | 
|---|---|
Column | 
ColumnTraversal.getColumn()  | 
| Constructor and Description | 
|---|
ColumnTraversal(Column column)  | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
ByModulating.modulateBy(Column column,
          Comparator comparator)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Column | 
Column.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Column[] | 
Column.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static EnumSerializer<Column> | 
EnumSerializer.ColumnSerializer  | 
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.