de.intarsys.tools.reflect
public class Predicates extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Predicates.And |
static class |
Predicates.Or |
Modifier and Type | Field and Description |
---|---|
static IMethodHandler |
FALSE |
static IMethodHandler |
TRUE |
Constructor and Description |
---|
Predicates() |
Modifier and Type | Method and Description |
---|---|
static IMethodHandler |
and(IMethodHandler... op) |
static IMethodHandler |
or(IMethodHandler... op) |
public static final IMethodHandler FALSE
public static final IMethodHandler TRUE
public static IMethodHandler and(IMethodHandler... op)
public static IMethodHandler or(IMethodHandler... op)