Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1018378 // nlLogic_collectExecutedRules_steppable

JavaX fragment (include)

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

Author comment

Began life as a copy of #1018346

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018378
Snippet name: nlLogic_collectExecutedRules_steppable
Eternal ID of this version: #1018378/1
Text MD5: b68da09b46564289d3fd6a67fd636abf
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-23 15:16:51
Source code size: 323 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 211 / 255
Referenced in: [show references]