org.nakedobjects.metamodel.commons.filters
Class Filters

java.lang.Object
  extended by org.nakedobjects.metamodel.commons.filters.Filters

public final class Filters
extends java.lang.Object


Method Summary
static
<T> Filter<T>
and(Filter<T> f1, Filter<T> f2)
           
static
<T> Filter<T>
any()
           
static
<T> Filter<T>
none()
           
static
<T> Filter<T>
not(Filter<T> f1)
           
static
<T> Filter<T>
or(Filter<T> f1, Filter<T> f2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

and

public static <T> Filter<T> and(Filter<T> f1,
                                Filter<T> f2)

or

public static <T> Filter<T> or(Filter<T> f1,
                               Filter<T> f2)

not

public static <T> Filter<T> not(Filter<T> f1)

any

public static <T> Filter<T> any()

none

public static <T> Filter<T> none()


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