Uses of Class
org.apache.tinkerpop.gremlin.structure.T
-
Packages that use T Package Description org.apache.tinkerpop.gremlin.process.traversal.dsl.graph org.apache.tinkerpop.gremlin.structure -
-
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 T Modifier and Type Method Description default GraphTraversal<S,E>
GraphTraversal. by(T token)
Theby()
can be applied to a number of different step to alter their behaviors.default GraphTraversal<S,E>
GraphTraversal. has(T accessor, Object value)
Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E>
GraphTraversal. has(T accessor, P<?> predicate)
Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E>
GraphTraversal. has(T accessor, Traversal<?,?> propertyTraversal)
-
Uses of T in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return T Modifier and Type Method Description static T
T. fromString(String accessor)
static T
T. valueOf(String name)
Returns the enum constant of this type with the specified name.static T[]
T. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-