Class Text.RegexPredicate

java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
All Implemented Interfaces:
Serializable, BiPredicate<String,String>, PBiPredicate<String,String>
Enclosing class:
Text

public static class Text.RegexPredicate extends Object implements PBiPredicate<String,String>, Serializable
Allows for a compiled version of the regex pattern.
See Also: