Class OrFilterMixIn

    • Constructor Detail

      • OrFilterMixIn

        public OrFilterMixIn​(Filter a,
                             Filter b)
        Creates an instance of OrFilter of two given filters.
        Parameters:
        a - Filter to be one part of the OR query.
        b - Filter to be one part of the OR query.