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

7
LINES

< > BotCompany Repo | #1028460 // collectStrings - stringsOnly + collect

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

Transpiled version (2566L) is out of date.

1  
static LS collectStrings(Iterable c, S field) {
2  
  ret stringsOnly(collect(c, field));
3  
}
4  
5  
static LS mapMethodLike collectStrings(S field, Iterable c) {
6  
  ret collectStrings(c, field);
7  
}

Author comment

Began life as a copy of #1003047

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: #1028460
Snippet name: collectStrings - stringsOnly + collect
Eternal ID of this version: #1028460/3
Text MD5: a32a99f35c6503b29a87d383cabdd64a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-29 21:40:19
Source code size: 190 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 137 / 204
Version history: 2 change(s)
Referenced in: [show references]