Class NotP.NotPBiPredicate<T,U>
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.NotP.NotPBiPredicate<T,U>
- All Implemented Interfaces:
Serializable,BiPredicate<T,,U> PBiPredicate<T,U>
public static final class NotP.NotPBiPredicate<T,U>
extends Object
implements PBiPredicate<T,U>, Serializable
A NotPBiPredicate wraps a PBiPredicate and represents its negation.
- See Also:
-
Constructor Details
-
NotPBiPredicate
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<T,U>
-
negate
- Specified by:
negatein interfaceBiPredicate<T,U>
-
getPredicateName
Description copied from interface:PBiPredicateGets predicate name that can be used for serialization.- Specified by:
getPredicateNamein interfacePBiPredicate<T,U>
-
getOriginal
-
equals
-
hashCode
public int hashCode() -
toString
-