in reactor/Core/src/jetbrains/mps/logic/reactor/core/Dispatcher.kt [66:72]
fun matches() : Iterable<RuleMatchEx> {
val allMatches = arrayListOf<RuleMatchEx>()
matching?.forEach { probe ->
allMatches.addAll(probe.matches())
}
return allMatches
}