Class NotCondition

java.lang.Object
com.exedio.cope.Condition
com.exedio.cope.NotCondition
All Implemented Interfaces:
Serializable

public final class NotCondition extends Condition
See Also:
  • Constructor Details

    • 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:
  • Method Details