| Package | Description |
|---|---|
| de.intarsys.tools.functor | |
| de.intarsys.tools.objectmodel | |
| de.intarsys.tools.reflect |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctorMethodHandler |
| Modifier and Type | Method and Description |
|---|---|
static IMethodHandler |
FunctorMethodHandler.create(IFunctor functor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMethod
The abstraction of a "method" or "function" within an
IClass. |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctorMethod
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Predicates.And |
static class |
Predicates.Not |
static class |
Predicates.Or |
| Modifier and Type | Field and Description |
|---|---|
static IMethodHandler |
Predicates.FALSE |
static IMethodHandler |
Predicates.TRUE |
| Modifier and Type | Method and Description |
|---|---|
static IMethodHandler |
Predicates.and(IMethodHandler... op) |
static IMethodHandler |
Predicates.not(IMethodHandler op) |
static IMethodHandler |
Predicates.or(IMethodHandler... op) |
| Modifier and Type | Method and Description |
|---|---|
static IMethodHandler |
Predicates.and(IMethodHandler... op) |
static IMethodHandler |
Predicates.not(IMethodHandler op) |
static IMethodHandler |
Predicates.or(IMethodHandler... op) |
| Constructor and Description |
|---|
Predicates.And(IMethodHandler[] operators) |
Predicates.Not(IMethodHandler operator) |
Predicates.Or(IMethodHandler[] operators) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.