Forwards rows to a group of child matchers.
Allows matchers to be grouped together, e.g. into an AbstractScheme.
This is also useful when using the OneOnlyMatcherSet:
constset = newOneOnlyMatcherSet([ newMatcherSet([ // named musical rows ]), newMatcherSet([ // runs off the front // runs off the back ]), ]);
The MatcherSet allows a row to match runs off both the front and the
back despite use of the OneOnlyMatcherSet.
An AbstractMatcher that combines other matchers.
Forwards rows to a group of child matchers. Allows matchers to be grouped together, e.g. into an AbstractScheme. This is also useful when using the OneOnlyMatcherSet:
The MatcherSet allows a row to match runs off both the front and the back despite use of the OneOnlyMatcherSet.