Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.TextP
Packages that use TextP
Package
Description
-
Uses of TextP in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return TextPModifier and TypeMethodDescriptionTextP.clone()static TextPTextP.containing(String value) Determines if String does contain the given value.static TextPTextP.containing(GValue<String> value) Determines if String does contain the given value.static TextPTextP.containing(Traversal<?, ?> traversalValue) Determines if String does contain the value resolved from a child traversal at runtime.static TextPTextP.endingWith(String value) Determines if String does end with the given value.static TextPTextP.endingWith(GValue<String> value) Determines if String does end with the given value.static TextPTextP.endingWith(Traversal<?, ?> traversalValue) Determines if String does end with the value resolved from a child traversal at runtime.static TextPTextP.notContaining(String value) Determines if String does not contain the given value.static TextPTextP.notContaining(GValue<String> value) Determines if String does not contain the given value.static TextPTextP.notContaining(Traversal<?, ?> traversalValue) Determines if String does not contain the value resolved from a child traversal at runtime.static TextPTextP.notEndingWith(String value) Determines if String does not end with the given value.static TextPTextP.notEndingWith(GValue<String> value) Determines if String does not end with the given value.static TextPTextP.notEndingWith(Traversal<?, ?> traversalValue) Determines if String does not end with the value resolved from a child traversal at runtime.static TextPDetermines if String has no match with the given regex pattern and the reference implementation treats it as a simple negation of the evaluation of the pattern match ofregex(String).static TextPDetermines if String has no match with the given regex pattern and the reference implementation treats it as a simple negation of the evaluation of the pattern match ofregex(String).static TextPTextP.notStartingWith(String value) Determines if String does not start with the given value.static TextPTextP.notStartingWith(GValue<String> value) Determines if String does not start with the given value.static TextPTextP.notStartingWith(Traversal<?, ?> traversalValue) Determines if String does not start with the value resolved from a child traversal at runtime.static TextPDetermines if String has a match with the given regex pattern.static TextPDetermines if String has a match with the given regex pattern.static TextPTextP.startingWith(String value) Determines if String does start with the given value.static TextPTextP.startingWith(GValue<String> value) Determines if String does start with the given value.static TextPTextP.startingWith(Traversal<?, ?> traversalValue) Determines if String does start with the value resolved from a child traversal at runtime. -
Uses of TextP in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return TextPModifier and TypeMethodDescriptionMethods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type TextPMethod parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type TextP