1 | static L<WebRelation> web_relationsOnly(Collection<WebNode> c) { |
2 | new L<WebRelation> l; |
3 | for (WebNode n : unnull(c)) |
4 | if (n << WebRelation) l.add(n/WebRelation); |
5 | ret l; |
6 | } |
Began life as a copy of #1011549
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: | #1011737 |
Snippet name: | web_relationsOnly |
Eternal ID of this version: | #1011737/1 |
Text MD5: | a00f9f4b85fe7b99fc323e1efbb6b6b9 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-04 20:48:04 |
Source code size: | 182 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 424 / 485 |
Referenced in: | [show references] |