Uses of Class
org.apache.tinkerpop.gremlin.structure.T
- 
- 
Uses of T in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credentialMethods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type T Modifier and Type Method Description default CredentialTraversal<S,E>CredentialTraversal. by(T token)static <A> CredentialTraversal<A,A>__. has(T accessor, Object value)static <A> CredentialTraversal<A,A>__. has(T accessor, P<?> predicate)static <A> CredentialTraversal<A,A>__. has(T accessor, Traversal<?,?> propertyTraversal)default CredentialTraversal<S,E>CredentialTraversal. has(T accessor, Object value)default CredentialTraversal<S,E>CredentialTraversal. has(T accessor, P<?> predicate)default CredentialTraversal<S,E>CredentialTraversal. has(T accessor, Traversal<?,?> propertyTraversal)
- 
Uses of T in org.apache.tinkerpop.gremlin.process.traversal.dsl.graphMethods 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.static <A> GraphTraversal<A,A>__. has(T accessor, Object value)static <A> GraphTraversal<A,A>__. has(T accessor, P<?> predicate)static <A> GraphTraversal<A,A>__. has(T accessor, Traversal<?,?> propertyTraversal)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.process.traversal.lambdaMethods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return T Modifier and Type Method Description TTokenTraversal. getToken()Constructors in org.apache.tinkerpop.gremlin.process.traversal.lambda with parameters of type T Constructor Description TokenTraversal(T t)
- 
Uses of T in org.apache.tinkerpop.gremlin.process.traversal.stepMethods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type T Modifier and Type Method Description default voidByModulating. modulateBy(T token)default voidByModulating. modulateBy(T t, Comparator comparator)
- 
Uses of T in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return T Modifier and Type Method Description static TT. fromString(String accessor)static TT. 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.
- 
Uses of T in org.apache.tinkerpop.gremlin.structure.io.binary.typesFields in org.apache.tinkerpop.gremlin.structure.io.binary.types with type parameters of type T Modifier and Type Field Description static EnumSerializer<T>EnumSerializer. TSerializer
- 
Uses of T in org.apache.tinkerpop.gremlin.structure.utilMethods in org.apache.tinkerpop.gremlin.structure.util with parameters of type T Modifier and Type Method Description static Optional<Object[]>ElementHelper. remove(T accessor, Object... keyValues)Removes an accessor from the set of key/value pairs.
 
-