Package | Description |
---|---|
eu.bandm.tools.paisley |
A modular implementation of pattern matching on arbitrary objects.
|
Modifier and Type | Method and Description |
---|---|
static <A,B> Rule<A,B> |
Rule.rule(Pattern<? super A> left,
Supplier<? extends B> right) |
see also the complete user documentation .