static Steppable nlLogic_collectExecutedRules_steppable(NLLogicChecker_v2 c, final Collector out) { ret nlLogic_fillBattleSpace_steppable(c, new Collector() { bool add(RuleWithParams r) { ret false with out.add(nlLogic_executedRuleFromRuleWithParams(r)); } }, false); }