Interface UnaryPredicate<T>

    • Method Detail

      • evaluate

        boolean evaluate​(T arg)
        Deprecated.
      • test

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