1 | // f: func(key, value) -> entry |
2 | static L mapMapToList(Map map, O f) { |
3 | ret map(map, f); |
4 | } |
5 | |
6 | static L mapMapToList(O f, Map map) { |
7 | ret map(f, map); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1008698 |
Snippet name: | mapMapToList - actually map() does the same thing |
Eternal ID of this version: | #1008698/4 |
Text MD5: | 99c255bba4ad28b65927587768de1fd9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-24 05:01:32 |
Source code size: | 157 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 470 / 521 |
Version history: | 3 change(s) |
Referenced in: | [show references] |