Class And

  • All Implemented Interfaces:
    Filter

    public final class And
    extends AbstractJunctionFilter
    A composite filter that evaluates to true if all of the subfilters match
    Author:
    bas.rutten
    • Constructor Detail

      • And

        public And​(Filter... filters)
        Parameters:
        filters - filters of which the And filter will be composed
      • And

        public And​(Collection<Filter> filters)
        Parameters:
        filters - filters of which the And filter will be composed
    • Method Detail

      • evaluate

        public boolean evaluate​(Object that)