1 | static L<S> ai_postTriple_multi(S a, S b, Collection<S> c) { |
2 | new L<S> webIDs; |
3 | for (S s : unnull(c)) |
4 | addIfNotNull(webIDs, ai_postTriple(a, b, s)); |
5 | ret webIDs; |
6 | } |
7 | |
8 | static L<S> ai_postTriple_multi(Collection<S> a, S b, S c) { |
9 | new L<S> webIDs; |
10 | for (S s : unnull(a)) |
11 | addIfNotNull(webIDs, ai_postTriple(s, b, c)); |
12 | ret webIDs; |
13 | } |
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: | #1011559 |
Snippet name: | ai_postTriple_multi |
Eternal ID of this version: | #1011559/4 |
Text MD5: | 29cca9c16b9abf7a5019d01b6af8c761 |
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-16 06:52:57 |
Source code size: | 352 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 551 / 543 |
Version history: | 3 change(s) |
Referenced in: | [show references] |