matching

infix fun matching(predicate: (Module) -> Boolean): ModulesRuleBuilder

Restricts the rules to modules matching the specified predicate.

Parameters

predicate

The predicate to filter modules.