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

10
LINES

< > BotCompany Repo | #1019104 // sortByCalculatedFieldDescInPlace - synonym of sortByCalculatedFieldDesc_inPlace

JavaX fragment (include)

// f: A -> Comparable
static <A> L<A> sortByCalculatedFieldDescInPlace(L<A> l, fO f) {
  ret sortByCalculatedFieldDesc_inPlace(l, f);
}



static <A> L<A> sortByCalculatedFieldDescInPlace(O f, L<A> c) {
  ret sortByCalculatedFieldDesc_inPlace(f, c);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019104
Snippet name: sortByCalculatedFieldDescInPlace - synonym of sortByCalculatedFieldDesc_inPlace
Eternal ID of this version: #1019104/1
Text MD5: f8ab29d69b5420e13aaf447b4d689913
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-23 17:21:59
Source code size: 254 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 257 / 280
Referenced in: [show references]