static <A> L<A> replaceElementsUsingMap(Iterable<A> l, final Map<A> map) { ret map(l, func(A a) -> A { getOrKeep(map, a) }); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016559 |
| Snippet name: | replaceElementsUsingMap |
| Eternal ID of this version: | #1016559/4 |
| Text MD5: | 18b8611d169d7d8b14c8e99e803ab1c8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-09-29 19:30:07 |
| Source code size: | 130 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 665 / 720 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |