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

7
LINES

< > BotCompany Repo | #1014326 // map_toArray

JavaX fragment (include)

static O[] mapLike map_toArray(O f, Collection l) {
  ret toArray(map(f, l));
}

static O[] mapLike map_toArray(O f, O[] l) {
  ret toArray(map(f, l));
}

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: #1014326
Snippet name: map_toArray
Eternal ID of this version: #1014326/3
Text MD5: 84d9986fb765156ca708ac993dc1fdcf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-20 14:55:56
Source code size: 159 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 285 / 304
Version history: 2 change(s)
Referenced in: [show references]