Modifier and Type | Method and Description |
---|---|
default GraphTraversal<S,E> |
GraphTraversal.by(T token)
The
by() can be applied to a number of different step to alter their behaviors. |
default GraphTraversal<S,E> |
GraphTraversal.has(T accessor,
Object value)
Filters vertices, edges and vertex properties based on their properties.
|
static <A> GraphTraversal<A,A> |
__.has(T accessor,
Object value) |
default GraphTraversal<S,E> |
GraphTraversal.has(T accessor,
P<?> predicate)
Filters vertices, edges and vertex properties based on their properties.
|
static <A> GraphTraversal<A,A> |
__.has(T accessor,
P<?> predicate) |
default GraphTraversal<S,E> |
GraphTraversal.has(T accessor,
Traversal<?,?> propertyTraversal)
|
static <A> GraphTraversal<A,A> |
__.has(T accessor,
Traversal<?,?> propertyTraversal) |
Modifier and Type | Method and Description |
---|---|
T |
TokenTraversal.getToken() |
Constructor and Description |
---|
TokenTraversal(T t) |
Modifier and Type | Method and Description |
---|---|
default void |
ByModulating.modulateBy(T token) |
default void |
ByModulating.modulateBy(T t,
Comparator comparator) |
Modifier and Type | Method and Description |
---|---|
static T |
T.fromString(String accessor) |
static T |
T.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static T[] |
T.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<T> |
EnumSerializer.TSerializer |
Modifier and Type | Method and Description |
---|---|
static Optional<Object[]> |
ElementHelper.remove(T accessor,
Object... keyValues)
Removes an accessor from the set of key/value pairs.
|
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.