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

7
LINES

< > BotCompany Repo | #1011771 // webs_tripelizable_nonTripelizable

JavaX fragment (include)

static Pair<L<Web>> webs_tripelizable_nonTripelizable(Collection<Web> webs) {
  new L<Web> a;
  new L<Web> b;
  for (Web web : unnull(webs))
    (ai_webToTriple(web) != null ? a : b).add(web);
  ret pair(a, b);
}

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: #1011771
Snippet name: webs_tripelizable_nonTripelizable
Eternal ID of this version: #1011771/3
Text MD5: e0a32edfa05c9a25dd1c3aeabd08437c
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-05 02:35:35
Source code size: 218 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 383 / 418
Version history: 2 change(s)
Referenced in: [show references]