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

6
LINES

< > BotCompany Repo | #1011737 // web_relationsOnly

JavaX fragment (include)

static L<WebRelation> web_relationsOnly(Collection<WebNode> c) {
  new L<WebRelation> l;
  for (WebNode n : unnull(c))
    if (n << WebRelation) l.add(n/WebRelation);
  ret l;
}

Author comment

Began life as a copy of #1011549

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: #1011737
Snippet name: web_relationsOnly
Eternal ID of this version: #1011737/1
Text MD5: a00f9f4b85fe7b99fc323e1efbb6b6b9
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-04 20:48:04
Source code size: 182 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 301 / 357
Referenced in: [show references]