Libraryless. Click here for Pure Java version (2812L/17K).
// f: A -> S static <A> L<A> sortedByCalculatedFieldIC(Iterable<A> c, O f) { ret sortByCalculatedFieldIC(c, f); } static <A> L<A> sortedByCalculatedFieldIC(O f, Iterable<A> c) { ret sortedByCalculatedFieldIC(c, f); } static <A, B> L<A> lambdaMapLike sortedByCalculatedFieldIC(IF1<A, B> f, Iterable<A> c) { ret sortedByCalculatedFieldIC((O) f, c); } static <A, B> L<A> sortedByCalculatedFieldIC(Iterable<A> c, IF1<A, B> f) { ret sortedByCalculatedFieldIC((O) 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: | #1019179 |
Snippet name: | sortedByCalculatedFieldIC - synonym of sortByCalculatedFieldIC |
Eternal ID of this version: | #1019179/4 |
Text MD5: | 06b523feb07695f2037c926affc9b45e |
Transpilation MD5: | 391f30364232390b93a9ebedeb39e87d |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-11 17:13:47 |
Source code size: | 494 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 386 / 475 |
Version history: | 3 change(s) |
Referenced in: | [show references] |