Class XValidate

java.lang.Object
uk.ac.ebi.utils.objects.XValidate

public class XValidate extends Object
Logical extension to Validate, which adds more methods.
Author:
brandizi
Date:
26 Oct 2023
  • Constructor Details

    • XValidate

      public XValidate()
  • Method Details

    • notEmpty

      public static <C extends Collection<?>> C notEmpty(C collection, String message, Object... values)
      Checks that the collection isn't null and isn't empty