Package | Description |
---|---|
eu.bandm.tools.paisley |
A modular implementation of pattern matching on arbitrary objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Constraint |
class |
Observer |
Modifier and Type | Method and Description |
---|---|
static Atomic<String> |
StringPatterns.endsWith(String str)
Returns a pattern that matches strings ending with a given suffix.
|
static Atomic<String> |
StringPatterns.equalsIgnoreCase(String str) |
static Atomic<String> |
StringPatterns.matches(String regex) |
static Atomic<String> |
StringPatterns.startsWith(String str)
Returns a pattern that matches strings starting with a given prefix.
|
see also the complete user documentation .