Transpiled version (3959L) is out of date.
static <A, B> L<B> mapReversed(Iterable<A> l, IF1<A, B> f) { ret map(reversed(l), f); } static <A, B> L<B> mapReversed(IF1<A, B> f, Iterable<A> l) { ret mapReversed(l, f); }
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: | 366 / 437 |
Version history: | 5 change(s) |
Referenced in: | [show references] |