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

3
LINES

< > BotCompany Repo | #1027119 // allFieldObjectsNamed

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2227L/14K).

static L<Field> mapMethodLike allFieldObjectsNamed(S name, O o) {
  ret filter(allFieldObjects(o), f -> f.getName().equals(name));
}

Author comment

Began life as a copy of #1013088

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027119
Snippet name: allFieldObjectsNamed
Eternal ID of this version: #1027119/1
Text MD5: 430fa90fcba99fd5ff434daca360c0e4
Transpilation MD5: f7203237b0c9907ab5a8f2e8a1ec0aba
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-21 00:45:01
Source code size: 134 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 164 / 251
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)