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

7
LINES

< > BotCompany Repo | #1025306 // getList - getOpt with cast to L

JavaX fragment (include)

static L getList(O o, S field) {
  ret (L) getOpt(o, field);
}

static L mapMethodLike getList(S field, O o) {
  ret getList(o, field);
}

Author comment

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: 155 / 198
Referenced in: [show references]