1 | static L<RGBImage> loadImages(L<S> ids) { |
2 | ret map(f loadImage, ids); |
3 | } |
4 | |
5 | static L<RGBImage> loadImages(S... ids) { |
6 | ret loadImages(asList(ids)); |
7 | } |
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: | 462 / 513 |
Version history: | 1 change(s) |
Referenced in: | [show references] |