Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.step.map |
Modifier and Type | Class and Description |
---|---|
class |
CoalesceStep<S,E> |
class |
EdgeVertexStep |
class |
LambdaFlatMapStep<S,E> |
class |
MergeEdgeStep<S>
Implementation for the
mergeE() step covering both the start step version and the one used mid-traversal. |
class |
MergeStep<S,E,C>
Abstract base class for the
mergeV/E() implementations. |
class |
MergeVertexStep<S>
Implementation for the
mergeV() step covering both the start step version and the one used mid-traversal. |
static class |
ProfileTest.MockStep
ProfileStrategy callback test.
|
class |
PropertiesStep<E> |
class |
TraversalFlatMapStep<S,E> |
class |
UnfoldStep<S,E> |
class |
VertexStep<E extends Element> |
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.