static L<TripleWeb> ai_filterTriples(Symbol a, Symbol b, Symbol c, L<TripleWeb> l) { new L<TripleWeb> out; for (TripleWeb w : l) if (canSimpleMatchTriple_dollarVars(a, b, c, w)) out.add(w); ret out; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012782 |
| Snippet name: | ai_filterTriples |
| Eternal ID of this version: | #1012782/1 |
| Text MD5: | 27da62d0f59296383f3fce69a3a131f6 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-13 02:55:15 |
| Source code size: | 222 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 732 / 735 |
| Referenced in: | [show references] |