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