1 | static L<Web> web_verifiedWebsOnly(Collection<Web> l) { |
2 | new L<Web> x; |
3 | if (l != null) for (Web web : l) |
4 | if (!web.unverified) |
5 | x.add(web); |
6 | ret x; |
7 | } |
Began life as a copy of #1011427
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: | #1011431 |
Snippet name: | web_verifiedWebsOnly |
Eternal ID of this version: | #1011431/2 |
Text MD5: | e5480307a7b05277581abe68c0911747 |
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-29 02:11:09 |
Source code size: | 166 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 510 / 522 |
Version history: | 1 change(s) |
Referenced in: | [show references] |