1 | static void postWithSource(T3<S> triple, S source) {
|
2 | S old = ai_setMaker(source); |
3 | try {
|
4 | ai_postTriple(triple); |
5 | } finally {
|
6 | ai_setMaker(old); |
7 | } |
8 | } |
9 | |
10 | static void postWithSource(S a, S b, S c , S source) {
|
11 | postWithSource(t3(a, b, c), source); |
12 | } |
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: | 616 / 649 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |