org.nakedobjects.metamodel.commons.filters
Interface Filter<T>

All Known Implementing Classes:
AbstractFilter, ImperativeFacetsForMethodFilter

public interface Filter<T>


Method Summary
 boolean accept(T t)
           
 Filter<T> and(Filter<T> t)
           
 Filter<T> not()
           
 Filter<T> or(Filter<T> t)
           
 

Method Detail

accept

boolean accept(T t)

and

Filter<T> and(Filter<T> t)

or

Filter<T> or(Filter<T> t)

not

Filter<T> not()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.