Interface IMatchQuery<T>

    • Method Detail

      • isMatch

        boolean isMatch​(T candidate)
        Deprecated.
        Returns whether the given object satisfies the parameters of this query.
        Parameters:
        candidate - The object to perform the query against
        Returns:
        true if the unit satisfies the parameters of this query, and false otherwise
        Since:
        2.0
        Restriction:
        This method is not intended to be referenced by clients.