Class AndFilter

    • Method Detail

      • visit

        public <R,​P> R visit​(FilterVisitor<R,​P> visitor,
                                   P param)
                            throws ScimException
        Visit this filter using the provided filter visitor.
        Specified by:
        visit in class Filter
        Type Parameters:
        R - The return type of the filter visitor.
        P - The optional parameter type accepted by the filter visitor.
        Parameters:
        visitor - The FilterVisitor instance.
        param - An optional parameter.
        Returns:
        The return type from the filter visitor.
        Throws:
        ScimException - The exception thrown from the filter visitor.