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

7
LINES

< > BotCompany Repo | #1006890 // loadImages - load a list of RGBImages

JavaX fragment (include)

static L<RGBImage> loadImages(L<S> ids) {
  ret map(f loadImage, ids);
}

static L<RGBImage> loadImages(S... ids) {
  ret loadImages(asList(ids));
}

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: #1006890
Snippet name: loadImages - load a list of RGBImages
Eternal ID of this version: #1006890/2
Text MD5: 52d9fddfdca31804467f985e5f76b24f
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-14 01:21:57
Source code size: 156 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 395 / 446
Version history: 1 change(s)
Referenced in: [show references]