Class NotCondition

    • Constructor Detail

      • NotCondition

        public NotCondition​(Condition argument)
        Creates a new NotCondition. Instead of using this constructor directly, you may want to use the more type-safe wrapper method.
        Throws:
        NullPointerException - if argument is null.
        See Also:
        Condition.not()