Class OrFilter<T>

  • Type Parameters:
    T - The underlying type on which the filter applies.
    All Implemented Interfaces:
    Filter<T>

    @Deprecated
    public class OrFilter<T>
    extends AbstractCompoundFilter<T>
    Deprecated.
    See Filter
    A logical OR of a list of Filters. This implementation is short circuiting.
    • Constructor Detail

      • OrFilter

        public OrFilter()
        Deprecated.
      • OrFilter

        public OrFilter​(Filter<T>... filters)
        Deprecated.