Class OrP<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.OrP<V>
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Predicate<V>
 
 public final class OrP<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, literals, variables
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OrP<V>clone()P<V>negate()P<V>or(Predicate<? super V> predicate)StringtoString()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectivePand, equals, getGValues, getPredicates, hashCode, isParameterized, negate, updateVariable
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.Pbetween, between, eq, eq, getBiPredicate, getPredicateName, getValue, gt, gt, gte, gte, inside, inside, lt, lt, lte, lte, neq, neq, not, outside, outside, setValue, test, test, typeOf, typeOf, typeOf, within, within, within, without, without, without
 
- 
 
-