Package | Description |
---|---|
eu.bandm.tools.ops | |
eu.bandm.tools.ops.reflect |
Modifier and Type | Field and Description |
---|---|
static Operator |
Lists.mapOperator |
static Operator |
Lists.snapshotOperator |
static Operator |
Iterables.unfoldOperator |
Modifier and Type | Method and Description |
---|---|
Operator |
ReflectedOperation.getOperator() |
Constructor and Description |
---|
ReflectedBinFunction(Operator op,
Object... args) |
ReflectedFunction(Operator op,
Object... args) |
ReflectedOperation(Operator op,
Object... args) |
ReflectedRelation(Operator op,
Object... args) |
Modifier and Type | Method and Description |
---|---|
Operator |
Application.getOperator() |
Operator |
Pattern.getOperator() |
static Operator |
Operator.singleton(String name,
Object instance)
Deprecated.
|
Constructor and Description |
---|
Pattern(Operator op,
List<?> args) |
Pattern(Operator op,
Object... args) |
see also the complete user documentation .