Package | Description |
---|---|
eu.bandm.tools.paisley |
A modular implementation of pattern matching on arbitrary objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Observer |
Modifier and Type | Method and Description |
---|---|
static Constraint |
Constraint.all(Constraint... cs) |
static Constraint |
Constraint.all(List<? extends Constraint> cs) |
static Constraint |
Constraint.some(Constraint... cs) |
static Constraint |
Constraint.some(List<? extends Constraint> cs) |
Modifier and Type | Method and Description |
---|---|
static Constraint |
Constraint.all(Constraint... cs) |
static Constraint |
Constraint.some(Constraint... cs) |
Modifier and Type | Method and Description |
---|---|
static Constraint |
Constraint.all(List<? extends Constraint> cs) |
static Constraint |
Constraint.some(List<? extends Constraint> cs) |
see also the complete user documentation .