1 | static L<WebRelation> webs_search_dollarXY_rel(final Web searchWeb, Collection<Web> webs) { |
2 | new L<Map<WebNode>> mappings; |
3 | for (Web web : webs) |
4 | addIfNotNull(mappings, web_matchAllPerms_x(searchWeb, web, f nodeMatch_dollarVars)); |
5 | |
6 | ret map(mappings, func(Map<WebNode> map) { |
7 | map = web_addRelationsToMapping(map); |
8 | ret web_getRelation(map.get(web_findNodeOrRelation(searchWeb, "$X")), |
9 | map.get(web_findNodeOrRelation(searchWeb, "$Y"))); |
10 | }); |
11 | } |
Began life as a copy of #1010932
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: | #1011353 |
Snippet name: | webs_search_dollarXY_rel - returns L<WebRelation> |
Eternal ID of this version: | #1011353/4 |
Text MD5: | 91803c941c82378115b42b4135b65add |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-25 22:12:21 |
Source code size: | 476 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 409 / 467 |
Version history: | 3 change(s) |
Referenced in: | [show references] |