Interface BinaryPredicate<L,​R>

    • Method Detail

      • test

        boolean test​(L left,
                     R right)
        Evaluate this predicate.
        Parameters:
        left - the L element of the ordered pair of arguments
        right - the R element of the ordered pair of arguments
        Returns:
        the result of this test for the given arguments