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

6
LINES

< > BotCompany Repo | #1011134 // websFromTriples (or triple webs)

JavaX fragment (include)

static L<Web> websFromTriples(Collection<? extends T3<S>> l) {
  new L<Web> out;
  if (l != null) for (T3<S> t : l)
    out.add(webFromTriple(t));
  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: #1011134
Snippet name: websFromTriples (or triple webs)
Eternal ID of this version: #1011134/5
Text MD5: c2f09a772840e57e79ea93ee353a30c5
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-03 21:02:07
Source code size: 164 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 336 / 364
Version history: 4 change(s)
Referenced in: [show references]