Class AndFilter<T>

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

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

      • AndFilter

        public AndFilter()
      • AndFilter

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