1 | static L<WebRelation> web_collectForwardRelations(Collection<WebNode> nodes) {
|
2 | new L<WebRelation> l; |
3 | for (WebNode n : unnull(nodes)) |
4 | l.addAll(web_forwardRelations(n)); |
5 | ret l; |
6 | } |
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: | 654 / 698 |
| Referenced in: | [show references] |