Class AndP<V>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.P<V>
- 
- org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP<V>
- 
- org.apache.tinkerpop.gremlin.process.traversal.util.AndP<V>
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Predicate<V>
 
 public final class AndP<V> extends ConnectiveP<V> - Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectivePpredicates
 - 
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.PbiPredicate, originalValue, value
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description P<V>and(Predicate<? super V> predicate)AndP<V>clone()P<V>negate()StringtoString()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectivePequals, getPredicates, hashCode, negate, or
 
- 
 
-