Libraryless. Click here for Pure Java version (2532L/16K).
1 | // f: A -> Comparable |
2 | static <A, B> L<A> sortInPlaceByCalculatedFieldDesc(L<A> l, F1<A, B> f) {
|
3 | ret sortInPlaceByCalculatedFieldDesc_f1(l, f); |
4 | } |
5 | |
6 | static <A, B> L<A> sortInPlaceByCalculatedFieldDesc(L<A> l, IF1<A, B> f) {
|
7 | ret sortInPlaceByCalculatedFieldDesc(l, if1ToF1(f)); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1017402 |
| Snippet name: | sortInPlaceByCalculatedFieldDesc - synonym of sortInPlaceByCalculatedFieldDesc_f1 |
| Eternal ID of this version: | #1017402/4 |
| Text MD5: | 5575294417325382cda422da7e83df21 |
| Transpilation MD5: | 49b4b036e6ecdc361b2775cd171dc8a3 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-12 18:06:45 |
| Source code size: | 286 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 689 / 845 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |