|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.commons.filters.Filters
public final class Filters
| Method Summary | ||
|---|---|---|
static
|
and(Filter<T> f1,
Filter<T> f2)
|
|
static
|
any()
|
|
static
|
none()
|
|
static
|
not(Filter<T> f1)
|
|
static
|
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 |
|---|
public static <T> Filter<T> and(Filter<T> f1,
Filter<T> f2)
public static <T> Filter<T> or(Filter<T> f1,
Filter<T> f2)
public static <T> Filter<T> not(Filter<T> f1)
public static <T> Filter<T> any()
public static <T> Filter<T> none()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||