Interface APredicate<T>

  • All Superinterfaces:
    java.util.function.Predicate<T>

    public interface APredicate<T>
    extends java.util.function.Predicate<T>
    • Method Detail

      • test2

        boolean test2​(T value)
      • test

        default boolean test​(T t)
        Specified by:
        test in interface java.util.function.Predicate<T>
      • TRUE_STUB

        static <T> APredicate<T> TRUE_STUB()
      • FALSE_STUB

        static <T> APredicate<T> FALSE_STUB()