Interface Predicate<T>

    • Method Detail

      • apply

        @Deprecated
        default boolean apply​(@Nullable
                              T input)
        Deprecated.
        Default method to log deprecated use of Guava's apply() signature.
        Parameters:
        input - input to predicate
        Returns:
        the result of the Predicate.test(Object) method