Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.PBiPredicate
Packages that use PBiPredicate
-
Uses of PBiPredicate in org.apache.tinkerpop.gremlin.process.traversal
Classes in org.apache.tinkerpop.gremlin.process.traversal that implement PBiPredicateModifier and TypeClassDescriptionenumCompareis aBiPredicatethat determines whether the first argument is==,!=,>,>=,<,<=to the second argument.enumCompareTypeis aBiPredicatethat determines whether the first argument is a type of the second argument.enumContainsis aBiPredicatethat evaluates whether the first object is contained within (or not within) the second collection object.static final classNotP.NotPBiPredicate<T,U> A NotPBiPredicate wraps a PBiPredicate and represents its negation.enumTextis aBiPredicatethat determines whether the first string starts with, starts not with, ends with, ends not with, contains or does not contain the second string argument.static classAllows for a compiled version of the regex pattern.Fields in org.apache.tinkerpop.gremlin.process.traversal declared as PBiPredicateMethods in org.apache.tinkerpop.gremlin.process.traversal that return PBiPredicateModifier and TypeMethodDescriptionP.getBiPredicate()NotP.NotPBiPredicate.getOriginal()NotP.NotPBiPredicate.negate()Text.RegexPredicate.negate()Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type PBiPredicateModifier and TypeMethodDescriptionstatic PP.test(PBiPredicate biPredicate, Object value) Construct an instance ofPfrom aBiPredicate.Constructors in org.apache.tinkerpop.gremlin.process.traversal with parameters of type PBiPredicateModifierConstructorDescriptionNotPBiPredicate(PBiPredicate<T, U> predicate) protectedP(PBiPredicate<V, V> biPredicate, Collection<V> literals, Map<String, V> variables, boolean isCollection) P(PBiPredicate<V, V> biPredicate, List<Traversal.Admin<?, ?>> traversalValues) Constructs aPwith multiple child traversals resolved at runtime against the current traverser.P(PBiPredicate<V, V> biPredicate, Traversal.Admin<?, ?> traversalValue) Constructs aPwith a child traversal whose result is resolved at runtime against the current traverser.P(PBiPredicate<V, V> biPredicate, V value) TextP(PBiPredicate<String, String> biPredicate, String value) protectedTextP(PBiPredicate<String, String> biPredicate, Collection<String> literals, Map<String, String> variables) TextP(PBiPredicate<String, String> biPredicate, Traversal.Admin<?, ?> traversalValue) Constructs aTextPwith a child traversal whose result is resolved at runtime against the current traverser.