static L<WebRelation> web_collectForwardRelations(Collection<WebNode> nodes) { new L<WebRelation> l; for (WebNode n : unnull(nodes)) l.addAll(web_forwardRelations(n)); ret l; }
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: | #1011295 |
| Snippet name: | web_collectForwardRelations |
| Eternal ID of this version: | #1011295/1 |
| Text MD5: | 310244c8cb8612f88d4fbe190b9cc72c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-23 00:26:43 |
| Source code size: | 191 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 655 / 699 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011296 - web_collectBackwardRelations #1012005 - web_collectForwardAndBackwardRelations |