Libraryless. Click here for Pure Java version (2572L/16K).
1 | // f: A -> Comparable |
2 | static <A> L<A> sortedByCalculatedFieldDesc(Collection<A> c, fO f) { |
3 | ret sortByCalculatedFieldDesc(c, f); |
4 | } |
5 | |
6 | static <A> L<A> lambdaMapLike sortedByCalculatedFieldDesc(O f, Collection<A> c) { |
7 | ret sortByCalculatedFieldDesc(f, c); |
8 | } |
9 | |
10 | static <A, B> L<A> sortedByCalculatedFieldDesc(Iterable<A> c, IF1<A, B> f) { |
11 | ret sortByCalculatedFieldDesc(c, f); |
12 | } |
13 | |
14 | static <A, B> L<A> sortedByCalculatedFieldDesc(IF1<A, B> f, Iterable<A> c) { |
15 | ret sortByCalculatedFieldDesc(f, c); |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1018934 |
Snippet name: | sortedByCalculatedFieldDesc - synonym of sortByCalculatedFieldDesc |
Eternal ID of this version: | #1018934/6 |
Text MD5: | 00d293db3d5f3eb4b5ae483c69d1c22c |
Transpilation MD5: | 5237b8d81f87ef9c2f5219459297aa4c |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-05-15 12:53:11 |
Source code size: | 508 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 347 / 503 |
Version history: | 5 change(s) |
Referenced in: | [show references] |