Package uk.ac.ebi.utils.objects
Class XValidate
java.lang.Object
uk.ac.ebi.utils.objects.XValidate
Logical extension to
Validate
, which adds more methods.- Author:
- brandizi
- Date:
- 26 Oct 2023
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <C extends Collection<?>>
CChecks that the collection isn't null and isn't empty
-
Constructor Details
-
XValidate
public XValidate()
-
-
Method Details
-
notEmpty
Checks that the collection isn't null and isn't empty
-