Package org.gbif.api.model.predicate
Class NotPredicate
- java.lang.Object
-
- org.gbif.api.model.predicate.NotPredicate
-
- All Implemented Interfaces:
Serializable
,Predicate
public class NotPredicate extends Object implements Predicate
This predicate negates its subpredicate. Note: This may not work with all combinations of subpredicates.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotPredicate(Predicate predicate)
-
-
-
Constructor Detail
-
NotPredicate
public NotPredicate(Predicate predicate)
-
-