static L collectSorted(Iterable c, S field) { ret sorted(collect(c, field)); } static L mapMethodLike collectSorted(S field, Iterable c) { ret collectSorted(c, field); }
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: | 399 / 420 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |