Package dev.prozilla.pine.common.util.checks


package dev.prozilla.pine.common.util.checks
  • Class
    Description
    Utility class for performing checks on arrays.
    Static utility methods for throwing exceptions if certain conditions are not met at runtime.
    ChecksBase<T,C extends ChecksBase<T,C>>
    Utility class for chaining checks using functional programming on a named value and throwing a descriptive error if one of the checks is not met.
    Utility class for performing checks on collections.
    Utility class for performing checks on integers.
     
    Utility class for performing checks on objects.
    Utility class for performing checks on strings.