org.sonatype.gshell.util.filter
Class AndFilter<T>
java.lang.Object
org.sonatype.gshell.util.filter.AggregateFilter<T>
org.sonatype.gshell.util.filter.AndFilter<T>
- All Implemented Interfaces:
- Filter<T>
public class AndFilter<T>
- extends AggregateFilter<T>
And filter.
- Since:
- 2.5
- Author:
- Jason Dillon
|
Method Summary |
boolean |
accept(T value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndFilter
public AndFilter()
AndFilter
public AndFilter(Filter<T>... filters)
accept
public boolean accept(T value)
Copyright © 2008-2011 Sonatype. All Rights Reserved.