Class NotCondition<T>

    • Method Detail

      • met

        public boolean met​(T obj)
        Specified by:
        met in interface Condition<T>
      • negate

        public static <T> NotCondition<T> negate​(@NotNull
                                                 Condition<T> delegate)
        Handy alternative to new NotCondition() (to save type argument)