Interface Filter<E extends Content>

    • Method Detail

      • matches

        boolean matches​(Object obj)
        Check to see if the object matches a predefined set of rules.
        Parameters:
        obj - The object to verify.
        Returns:
        true if the object matches a predfined set of rules.