static Collector<RuleWithParams> ai_ruleWithParamsCollector(final Collector<ExecutedRule> out) { ret ai_ruleWithParamsCollector(out, null); } static Collector<RuleWithParams> ai_ruleWithParamsCollector(final Collector<ExecutedRule> out, final NLLogicChecker_v2 logicChecker) { ret new Collector<RuleWithParams>() { bool add(RuleWithParams r) { ret false with out.add(nlLogic_executedRuleFromRuleWithParams(r, logicChecker)); } }; }
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: | #1018383 |
Snippet name: | ai_ruleWithParamsCollector |
Eternal ID of this version: | #1018383/2 |
Text MD5: | 019c6444376141586177f0d48f567798 |
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 18:41:11 |
Source code size: | 462 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 398 / 441 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |