Libraryless. Click here for Pure Java version (2812L/17K).
1 | // f: A -> S |
2 | static <A> L<A> sortedByCalculatedFieldIC(Iterable<A> c, O f) {
|
3 | ret sortByCalculatedFieldIC(c, f); |
4 | } |
5 | |
6 | |
7 | static <A> L<A> sortedByCalculatedFieldIC(O f, Iterable<A> c) {
|
8 | ret sortedByCalculatedFieldIC(c, f); |
9 | } |
10 | |
11 | static <A, B> L<A> lambdaMapLike sortedByCalculatedFieldIC(IF1<A, B> f, Iterable<A> c) {
|
12 | ret sortedByCalculatedFieldIC((O) f, c); |
13 | } |
14 | |
15 | static <A, B> L<A> sortedByCalculatedFieldIC(Iterable<A> c, IF1<A, B> f) {
|
16 | ret sortedByCalculatedFieldIC((O) f, c); |
17 | } |
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: | 654 / 789 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |