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.
        Type Parameters:
        T - the type of value the Condition applies to.
        Parameters:
        condition - the condition to inverse.
        Returns:
        The Not condition created.