1 | static L<S> tripleWebsToGlobalIDStrings(Collection<TripleWeb> l) { |
2 | new L<S> out; |
3 | if (l != null) for (TripleWeb w : l) |
4 | if (w != null) out.add(str(w.globalID())); |
5 | ret out; |
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: | #1012879 |
Snippet name: | tripleWebsToGlobalIDStrings |
Eternal ID of this version: | #1012879/1 |
Text MD5: | 6f3a40f3b7624a253754d82318fc973a |
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-14 23:35:55 |
Source code size: | 186 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 348 / 387 |
Referenced in: | [show references] |