1 | sS callStringOpt(O o) { |
2 | ret callOptString(o); |
3 | } |
4 | |
5 | |
6 | |
7 | sS callStringOpt(O o, S method, O... args) { |
8 | ret callOptString(o, method, args); |
9 | } |
10 | |
11 | |
12 | |
13 | sS mapMethodLike callStringOpt(S method, O o) { |
14 | ret callOptString(method, o); |
15 | } |
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: | 315 / 350 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |