Class Verifications


  • public final class Verifications
    extends Object
    • Method Detail

      • verifyThat

        public static <T> ValidationBuilder<T> verifyThat​(T value)
        Type Parameters:
        T - the type of the value.
        Parameters:
        value - the value on which to apply the rules.
        Returns:
        a Validator to add rules to.