Interface UnaryPredicate<A>

    • Method Detail

      • test

        boolean test​(A obj)
        Evaluate this predicate.
        Parameters:
        obj - the A object to test
        Returns:
        the result of this test