@FunctionalInterface public interface TraversalTransformer<S,I,E> extends TraversalChainElement
| Modifier and Type | Method and Description |
|---|---|
static <S,E> TraversalTransformer<S,E,E> |
identity() |
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S,E> |
transformTraversal(ChronoSphereTransactionInternal tx,
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S,I> traversal) |
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S,E> transformTraversal(ChronoSphereTransactionInternal tx, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S,I> traversal)
static <S,E> TraversalTransformer<S,E,E> identity()