1 | static Collector<RuleWithParams> ai_ruleWithParamsCollector(final Collector<ExecutedRule> out) {
|
2 | ret ai_ruleWithParamsCollector(out, null); |
3 | } |
4 | |
5 | static Collector<RuleWithParams> ai_ruleWithParamsCollector(final Collector<ExecutedRule> out, final NLLogicChecker_v2 logicChecker) {
|
6 | ret new Collector<RuleWithParams>() {
|
7 | bool add(RuleWithParams r) {
|
8 | ret false with out.add(nlLogic_executedRuleFromRuleWithParams(r, logicChecker)); |
9 | } |
10 | }; |
11 | } |
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: | 611 / 666 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |