static void postWithSource(T3<S> triple, S source) { S old = ai_setMaker(source); try { ai_postTriple(triple); } finally { ai_setMaker(old); } } static void postWithSource(S a, S b, S c , S source) { postWithSource(t3(a, b, c), source); }
Began life as a copy of #1011399
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: | #1012151 | 
| Snippet name: | postWithSource - post triple with source | 
| Eternal ID of this version: | #1012151/3 | 
| Text MD5: | 460b224f7389f37e0df18f013e6cae76 | 
| 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-27 07:48:21 | 
| Source code size: | 268 bytes / 12 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 614 / 646 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |