static L<S> ai_postTriple_multi(S a, S b, Collection<S> c) { new L<S> webIDs; for (S s : unnull(c)) addIfNotNull(webIDs, ai_postTriple(a, b, s)); ret webIDs; } static L<S> ai_postTriple_multi(Collection<S> a, S b, S c) { new L<S> webIDs; for (S s : unnull(a)) addIfNotNull(webIDs, ai_postTriple(s, b, c)); ret webIDs; }
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: | 552 / 543 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |