1 | // changes set |
2 | static Set<S> nlLogic_outputFromExecutedRules(Set<S> set, L<ExecutedRule> l) { |
3 | for (ExecutedRule r : unnull(l)) |
4 | addAll(set, r.output); |
5 | ret set; |
6 | } |
7 | |
8 | static Set<S> nlLogic_outputFromExecutedRules(L<ExecutedRule> l) { |
9 | ret nlLogic_outputFromExecutedRules(new LinkedHashSet, l); |
10 | } |
Began life as a copy of #1018280
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: | #1018287 |
Snippet name: | nlLogic_outputFromExecutedRules |
Eternal ID of this version: | #1018287/2 |
Text MD5: | c9ffc287318644e711a1b6780eab5986 |
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-16 13:54:59 |
Source code size: | 310 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 330 / 379 |
Version history: | 1 change(s) |
Referenced in: | [show references] |