Interface Predicate<T>

    • Method Detail

      • test

        boolean test​(@NonNull T t)
              throws java.lang.Throwable
        Test the given input value and return a boolean.
        Parameters:
        t - the value
        Returns:
        the boolean result
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception