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

15
LINES

< > BotCompany Repo | #1032750 // callStringOpt - synonym of callOptString

JavaX fragment (include)

sS callStringOpt(O o) {
  ret callOptString(o);
}



sS callStringOpt(O o, S method, O... args) {
  ret callOptString(o, method, args);
}



sS mapMethodLike callStringOpt(S method, O o) {
  ret callOptString(method, o);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032750
Snippet name: callStringOpt - synonym of callOptString
Eternal ID of this version: #1032750/2
Text MD5: 4e3ab1fdc67e39c229147896a67fc0ce
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-04 08:34:53
Source code size: 226 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 68 / 84
Version history: 1 change(s)
Referenced in: [show references]