Transpiled version (3959L) is out of date.
1 | static <A, B> L<B> mapReversed(Iterable<A> l, IF1<A, B> f) { |
2 | ret map(reversed(l), f); |
3 | } |
4 | |
5 | static <A, B> L<B> mapReversed(IF1<A, B> f, Iterable<A> l) { |
6 | ret mapReversed(l, f); |
7 | } |
Began life as a copy of #1003239
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1013130 |
Snippet name: | mapReversed - map & reverse list |
Eternal ID of this version: | #1013130/6 |
Text MD5: | fe92677b7d0568f3cd38d82834520c45 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-11 14:44:05 |
Source code size: | 184 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 367 / 439 |
Version history: | 5 change(s) |
Referenced in: | [show references] |