Package org.gbif.api.model.predicate
Class ConjunctionPredicate
java.lang.Object
org.gbif.api.model.predicate.CompoundPredicate
org.gbif.api.model.predicate.ConjunctionPredicate
- All Implemented Interfaces:
Serializable
,Predicate
This predicate is "AND"-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
-
ConjunctionPredicate
-
-
Method Details
-
equals
- Overrides:
equals
in classCompoundPredicate
-