Package | Description |
---|---|
org.gbif.api.model.predicate |
Modifier and Type | Class and Description |
---|---|
class |
EqualsPredicate<S extends SearchParameter>
This predicate checks if its
key is equal to its value . |
class |
GreaterThanOrEqualsPredicate<S extends SearchParameter>
This predicate checks if its
key is greater than or equal its value . |
class |
GreaterThanPredicate<S extends SearchParameter>
This predicate checks if its
key is greater than its value . |
class |
LessThanOrEqualsPredicate<S extends SearchParameter>
This predicate checks if its
key is less or equal than its value . |
class |
LessThanPredicate<S extends SearchParameter>
This predicate checks if its
key is less than its value . |
class |
LikePredicate<S extends SearchParameter>
This predicate checks if its
key is LIKE its value . |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.