Class OrFilter<T>

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

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

      • OrFilter

        public OrFilter()
      • OrFilter

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