static <A> L<A> sortByField(Collection<A> c, final S field) { ret sortedByField(c, field); } static <A> L<A> mapMethodLike sortByField(S field, Collection<A> c) { ret sortedByField(field, c); }
Began life as a copy of #1002452
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: | #1005972 |
Snippet name: | sortByField - synonym of sortedByField |
Eternal ID of this version: | #1005972/3 |
Text MD5: | 2062d2e0c071fe5be8121b5aaba532ac |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-29 13:10:58 |
Source code size: | 204 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 560 / 564 |
Version history: | 2 change(s) |
Referenced in: | #1005983 - sortByFieldDesc - synonym of sortedByFieldDesc #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010437 - sortedByMapElement |