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

7
LINES

< > BotCompany Repo | #1028356 // collectSorted - collect field + sort

JavaX fragment (include)

static L collectSorted(Iterable c, S field) {
  ret sorted(collect(c, field));
}

static L mapMethodLike collectSorted(S field, Iterable c) {
  ret collectSorted(c, field);
}

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: #1028356
Snippet name: collectSorted - collect field + sort
Eternal ID of this version: #1028356/1
Text MD5: e1605852c512d2d9203bac59847f01c8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-13 12:30:57
Source code size: 180 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 114 / 131
Referenced in: [show references]