1 | static int getInt(L c, int i) { |
2 | ret toInt(get(c, i)); |
3 | } |
4 | |
5 | static int getInt(Map map, O key) { |
6 | ret toInt(mapGet(map, key)); |
7 | } |
8 | |
9 | static int getInt(O o, S field) { |
10 | ret toInt(getOpt(o, (S) field)); |
11 | } |
12 | |
13 | static int mapMethodLike getInt(S field, O o) { |
14 | ret getInt(o, field); |
15 | } |
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: | #1008949 |
Snippet name: | getInt - pretty tolerant (but not infinitely) |
Eternal ID of this version: | #1008949/8 |
Text MD5: | c1c1c222c7d08febaf4f98735abd9d93 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-22 09:19:21 |
Source code size: | 288 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 638 / 693 |
Version history: | 7 change(s) |
Referenced in: | [show references] |