Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.map.FlatMapStep
Packages that use FlatMapStep
-
Uses of FlatMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subclasses of FlatMapStep in org.apache.tinkerpop.gremlin.process.traversal.step.mapModifier and TypeClassDescriptionclassclassCoalesceStep<S,E> classclassLabelsStep<S extends Element>Maps anElementto its labels, emitting each label as a separate traverser.final classLambdaFlatMapStep<S,E> classImplementation for themergeE()step covering both the start step version and the one used mid-traversal.classImplementation for themergeV()step covering both the start step version and the one used mid-traversal.classMergeElementStep<S,E, C> Abstract base class for themergeV/E()implementations.classImplementation for themergeV()step covering both the start step version and the one used mid-traversal.classImplementation for themergeV()step covering both the start step version and the one used mid-traversal.static classProfileStrategy callback test.classfinal classTraversalFlatMapStep<S,E> final 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.classVertexStepPlaceholder<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.