org.sonatype.gshell.util.filter
Class NotFilter<T>
java.lang.Object
org.sonatype.gshell.util.filter.NotFilter<T>
- All Implemented Interfaces:
- Filter<T>
public class NotFilter<T>
- extends Object
- implements Filter<T>
Not filter.
- Since:
- 2.5
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotFilter
public NotFilter(Filter<T> filter)
getFilter
public Filter<T> getFilter()
accept
public boolean accept(T value)
- Specified by:
accept in interface Filter<T>
Copyright © 2008-2011 Sonatype. All Rights Reserved.