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
This predicate is "OR"-ing its subpredicates together.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gbif.api.model.predicate.CompoundPredicate
getPredicates, hashCode, toString
-
Constructor Details
-
DisjunctionPredicate
-
-
Method Details
-
equals
- Overrides:
equals
in classCompoundPredicate
-