Package org.gbif.api.model.predicate
Class DisjunctionPredicate
- java.lang.Object
-
- org.gbif.api.model.predicate.CompoundPredicate
-
- org.gbif.api.model.predicate.DisjunctionPredicate
-
- All Implemented Interfaces:
Serializable
,Predicate
public class DisjunctionPredicate extends CompoundPredicate
This predicate is "OR"-ing its subpredicates together.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisjunctionPredicate(Collection<Predicate> predicates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
-
Methods inherited from class org.gbif.api.model.predicate.CompoundPredicate
getPredicates, hashCode, toString
-
-
-
-
Constructor Detail
-
DisjunctionPredicate
public DisjunctionPredicate(Collection<Predicate> predicates)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classCompoundPredicate
-
-