| 1 | static S callAnswerFunction(O responder, S s) {
 | 
| 2 | ret callAnswerMethod(responder, s); | 
| 3 | } | 
| 4 | |
| 5 | static S callAnswerFunction(S s) {
 | 
| 6 | ret callAnswerMethod(s); | 
| 7 | } | 
| 8 | |
| 9 | static S callAnswerFunction(O responder, S s, L<S> history) {
 | 
| 10 | ret callAnswerMethod(responder, s, history); | 
| 11 | } | 
Began life as a copy of #1002618
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: | #1011286 | 
| Snippet name: | callAnswerFunction - synonym of callAnswerMethod | 
| Eternal ID of this version: | #1011286/4 | 
| Text MD5: | c059060d7fbaefca8e812205d54beb68 | 
| Author: | stefan | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-04-19 17:34:23 | 
| Source code size: | 276 bytes / 11 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 739 / 764 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |