Interface Functions.FailablePredicate<I,​T extends Throwable>

    • Method Detail

      • test

        boolean test​(I object)
              throws T extends Throwable
        Deprecated.
        Tests the predicate.
        Parameters:
        object - the object to test the predicate on
        Returns:
        the predicate's evaluation
        Throws:
        T - if the predicate fails
        T extends Throwable