Class Not<T>

    • Constructor Detail

      • Not

        private Not​(Condition<? super T> condition)
    • Method Detail

      • not

        public static <T> Not<T> not​(Condition<? super T> condition)
        Creates a new Not.
        Parameters:
        condition - the condition to inverse.
        Returns:
        The Not condition created.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Condition<T>