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

3
LINES

< > BotCompany Repo | #1032076 // mapToList - synonym of map

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3123L/17K).

static <A, B, C> L<C> mapToList(Map<A, B> map, IF2<A, B, C> f) {
  ret map(map, f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032076
Snippet name: mapToList - synonym of map
Eternal ID of this version: #1032076/3
Text MD5: feca0307c98ab0fd68a4e364b3c9106f
Transpilation MD5: 0a0fdfd22c53cb68c2ffa46aa20e2a05
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-11 12:09:58
Source code size: 87 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 95 / 142
Version history: 2 change(s)
Referenced in: [show references]