static L<Web> webs_dropIDs(Collection<Web> l, Set<S> ids) { new L<Web> out; for (Web w : unnull(l)) if (!ids.contains(w.globalID)) out.add(w); ret out; }
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: | #1012013 |
| Snippet name: | webs_dropIDs |
| Eternal ID of this version: | #1012013/1 |
| Text MD5: | ad3201aac8536061058f32a585f16cff |
| 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-16 03:28:47 |
| Source code size: | 175 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 674 / 752 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |