1 | static Pair<L<Web>> webs_tripelizable_nonTripelizable(Collection<Web> webs) {
|
2 | new L<Web> a; |
3 | new L<Web> b; |
4 | for (Web web : unnull(webs)) |
5 | (ai_webToTriple(web) != null ? a : b).add(web); |
6 | ret pair(a, b); |
7 | } |
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: | 652 / 704 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |