Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1011286 // callAnswerFunction - synonym of callAnswerMethod

JavaX fragment (include)

static S callAnswerFunction(O responder, S s) {
  ret callAnswerMethod(responder, s);
}

static S callAnswerFunction(S s) {
  ret callAnswerMethod(s);
}

static S callAnswerFunction(O responder, S s, L<S> history) {
  ret callAnswerMethod(responder, s, history);
}

Author comment

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: 437 / 437
Version history: 3 change(s)
Referenced in: [show references]