static L<Web> webs_dropWebsContainedInIDSet(L<Web> webs, Set<GlobalID> set) { new L<Web> out; if (webs != null) for (Web web : webs) if (!set.contains(web.globalIDObj())) out.add(web); 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: | #1012379 |
Snippet name: | webs_dropWebsContainedInIDSet |
Eternal ID of this version: | #1012379/1 |
Text MD5: | 2abdbb6bfbd475711e64b21d24e1c04f |
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-29 00:59:40 |
Source code size: | 217 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 423 / 453 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |