1 | static L getList(O o, S field) {
|
2 | ret (L) getOpt(o, field); |
3 | } |
4 | |
5 | static L mapMethodLike getList(S field, O o) {
|
6 | ret getList(o, field); |
7 | } |
Began life as a copy of #1005404
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025306 |
| Snippet name: | getList - getOpt with cast to L |
| Eternal ID of this version: | #1025306/1 |
| Text MD5: | e7a44d42191baee389be11a0a45a669d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-20 14:17:58 |
| Source code size: | 143 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 463 / 507 |
| Referenced in: | [show references] |