1 | static L collectSorted(Iterable c, S field) {
|
2 | ret sorted(collect(c, field)); |
3 | } |
4 | |
5 | static L mapMethodLike collectSorted(S field, Iterable c) {
|
6 | ret collectSorted(c, field); |
7 | } |
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: | 396 / 419 |
| Referenced in: | [show references] |