Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1017402 // sortInPlaceByCalculatedFieldDesc - synonym of sortInPlaceByCalculatedFieldDesc_f1

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2532L/16K).

// f: A -> Comparable
static <A, B> L<A> sortInPlaceByCalculatedFieldDesc(L<A> l, F1<A, B> f) {
  ret sortInPlaceByCalculatedFieldDesc_f1(l, f);
}

static <A, B> L<A> sortInPlaceByCalculatedFieldDesc(L<A> l, IF1<A, B> f) {
  ret sortInPlaceByCalculatedFieldDesc(l, if1ToF1(f));
}

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: 319 / 406
Version history: 3 change(s)
Referenced in: [show references]