JavaScript is disabled on your browser.
Skip navigation links
BandM metatools
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
eu.bandm.tools.paisley.Rule
Packages that use
Rule
Package
Description
eu.bandm.tools.paisley
A modular implementation of pattern matching on arbitrary objects.
Uses of
Rule
in
eu.bandm.tools.paisley
Methods in
eu.bandm.tools.paisley
that return
Rule
Modifier and Type
Method
Description
static <A,
B>
Rule
<A,
B>
Rule.
rule
(
Pattern
<? super A> left,
Supplier
<? extends B> right)