|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.reflect.Predicates
public class Predicates
| Nested Class Summary | |
|---|---|
static class |
Predicates.And
|
static class |
Predicates.Not
|
static class |
Predicates.Or
|
| Field Summary | |
|---|---|
static IMethodHandler |
FALSE
|
static IMethodHandler |
TRUE
|
| Constructor Summary | |
|---|---|
Predicates()
|
|
| Method Summary | |
|---|---|
static IMethodHandler |
and(IMethodHandler... op)
|
static IMethodHandler |
not(IMethodHandler op)
|
static IMethodHandler |
or(IMethodHandler... op)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final IMethodHandler FALSE
public static final IMethodHandler TRUE
| Constructor Detail |
|---|
public Predicates()
| Method Detail |
|---|
public static IMethodHandler and(IMethodHandler... op)
public static IMethodHandler or(IMethodHandler... op)
public static IMethodHandler not(IMethodHandler op)
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||