Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.map.FlatMapStep
-
Packages that use FlatMapStep Package Description org.apache.tinkerpop.gremlin.process.traversal.step.map -
-
Uses of FlatMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subclasses of FlatMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.map Modifier and Type Class Description classCoalesceStep<S,E>classEdgeVertexStepclassLambdaFlatMapStep<S,E>classMergeEdgeStep<S>Implementation for themergeE()step covering both the start step version and the one used mid-traversal.classMergeElementStep<S,E,C>Abstract base class for themergeV/E()implementations.classMergeVertexStep<S>Implementation for themergeV()step covering both the start step version and the one used mid-traversal.static classProfileTest.MockStepProfileStrategy callback test.classPropertiesStep<E>classTraversalFlatMapStep<S,E>classUnfoldStep<S,E>classVertexStep<E extends Element>Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,out,in,both,outE,inE, andbothE.
-