static <A> L<A> sortByFieldDesc(Collection<A> c, final S field) { ret sortedByFieldDesc(c, field); } static <A> L<A> mapMethodLike sortByFieldDesc(S field, Collection<A> c) { ret sortedByFieldDesc(field, c); }
Began life as a copy of #1005972
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005983 |
Snippet name: | sortByFieldDesc - synonym of sortedByFieldDesc |
Eternal ID of this version: | #1005983/3 |
Text MD5: | bde60bc70f45fcc21e4416a700994404 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-06-11 20:09:57 |
Source code size: | 220 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 565 / 607 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1008714 - orderByFieldDesc - synonym of sortedByFieldDesc |