Interface Predicate<T>

    • Method Detail

      • test

        boolean test​(T toTest)
        Performs the test.
        Parameters:
        toTest - the object to test
        Returns:
        true if the test is successful