Uses of Enum Class
org.apache.tinkerpop.gremlin.structure.T
Packages that use T
Package
Description
-
Uses of T in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type TModifier and TypeMethodDescriptiondefault CredentialTraversal<S,E> static <A,B> CredentialTraversal<A, B> default <E2> CredentialTraversal<S,E2> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> default CredentialTraversal<S,E> default CredentialTraversal<S,E> -
Uses of T in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type TModifier and TypeMethodDescriptiondefault GraphTraversal<S,E> Theby()can be applied to a number of different step to alter their behaviors.static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties using a child traversal whose results are resolved at runtime against the current traverser. -
Uses of T in org.apache.tinkerpop.gremlin.process.traversal.lambda
Methods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return TConstructors in org.apache.tinkerpop.gremlin.process.traversal.lambda with parameters of type T -
Uses of T in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type TModifier and TypeMethodDescriptiondefault voidByModulating.modulateBy(T token) default voidByModulating.modulateBy(T t, Comparator comparator) -
Uses of T in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return T -
Uses of T in org.apache.tinkerpop.gremlin.structure.io.binary.types
Fields in org.apache.tinkerpop.gremlin.structure.io.binary.types with type parameters of type T -
Uses of T in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type T