Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
- 
- 
Uses of Tree in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credentialMethods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that return types with arguments of type Tree Modifier and Type Method Description static <A> CredentialTraversal<A,Tree>__. tree()default CredentialTraversal<S,Tree>CredentialTraversal. tree()
- 
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.dsl.graphMethods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return types with arguments of type Tree Modifier and Type Method Description static <A> GraphTraversal<A,Tree>__. tree()default GraphTraversal<S,Tree>GraphTraversal. tree()Aggregates the emanating paths into aTreedata structure.
- 
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.step.mapMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return Tree Modifier and Type Method Description TreeTreeStep.TreeBiOperator. apply(Tree mutatingSeed, Tree tree)TreeTreeStep. projectTraverser(Traverser.Admin<S> traverser)Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type Tree Modifier and Type Method Description TreeTreeStep.TreeBiOperator. apply(Tree mutatingSeed, Tree tree)
- 
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
- 
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.step.utilMethods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return types with arguments of type Tree Modifier and Type Method Description List<Tree<T>>Tree. getLeafTrees()List<Tree<T>>Tree. getTreesAtDepth(int depth)List<Tree<T>>Tree. splitParents()Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type Tree Modifier and Type Method Description voidTree. addTree(Tree<T> tree)
- 
Uses of Tree in org.apache.tinkerpop.gremlin.structure.io.binary.typesMethods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return Tree Modifier and Type Method Description protected TreeTreeSerializer. readValue(Buffer buffer, GraphBinaryReader context)Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type Tree Modifier and Type Method Description protected voidTreeSerializer. writeValue(Tree value, Buffer buffer, GraphBinaryWriter context)
- 
Uses of Tree in org.apache.tinkerpop.gremlin.util.functionMethods in org.apache.tinkerpop.gremlin.util.function that return Tree Modifier and Type Method Description Tree<A>TreeSupplier. get()
 
-