Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1011300 // web_nodesNotFromCertainWebs

JavaX fragment (include)

static L<WebNode> web_nodesNotFromCertainWebs(Set<S> ignoredWebIDs, L<WebNode> nodes) {
  new L<WebNode> l;
  for (WebNode n : unnull(nodes))
    if (!containsNotNull(ignoredWebIDs, n.web.globalID))
      l.add(n);
  ret l;
}

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: #1011300
Snippet name: web_nodesNotFromCertainWebs
Eternal ID of this version: #1011300/1
Text MD5: 9d5329bf05410be21b9c524bd865f2a1
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-23 01:13:13
Source code size: 231 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 407 / 420
Referenced in: [show references]