Interface BooleanFilter

    • Method Detail

      • getFilters

        LinkedHashSet<Filter> getFilters()
        Returns the child filters for this filter. This is a LinkedHashSet because we don't want duplicates, but the order is also important in some cases (such as when filters are provided in an order that encourages short-circuiting.)