Uses of Class
org.apache.tinkerpop.gremlin.structure.T
-
-
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 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.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.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.lambda
Methods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return T Modifier and Type Method Description T
TokenTraversal. 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.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type T Modifier and Type Method Description default void
ByModulating. modulateBy(T token)
default void
ByModulating. modulateBy(T t, Comparator comparator)
-
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. -
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 Modifier and Type Field Description static EnumSerializer<T>
EnumSerializer. TSerializer
-
Uses of T in org.apache.tinkerpop.gremlin.structure.util
Methods 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.
-