Class Precondition


  • public final class Precondition
    extends Object
    Class to check argument preconditions
    • Method Detail

      • notNull

        public static void notNull​(Object object)
        Method to validate an Object it not null
        Parameters:
        object -
      • notBlank

        public static void notBlank​(String string)
        Method to validate a String is not null or blank
        Parameters:
        string -