Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1008698 // mapMapToList - actually map() does the same thing

JavaX fragment (include)

// f: func(key, value) -> entry
static L mapMapToList(Map map, O f) {
  ret map(map, f);
}

static L mapMapToList(O f, Map map) {
  ret map(f, map);
}

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: 381 / 443
Version history: 3 change(s)
Referenced in: [show references]