public class AndFilter<T> extends AggregateFilter<T>
AndFilter()
AndFilter(Filter<T>... filters)
boolean
accept(T value)
add, and, getFilters, not, or
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AndFilter()
public AndFilter(Filter<T>... filters)
public boolean accept(T value)
Copyright © 2008-2012 Sonatype. All Rights Reserved.