Interface Functions.FailableBiPredicate<O1,​O2,​T extends Throwable>

    • Method Detail

      • test

        boolean test​(O1 object1,
                     O2 object2)
              throws T extends Throwable
        Deprecated.
        Tests the predicate.
        Parameters:
        object1 - the first object to test the predicate on
        object2 - the second object to test the predicate on
        Returns:
        the predicate's evaluation
        Throws:
        T - if the predicate fails
        T extends Throwable