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>
Enclosing class:
NotP<V>

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: