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

6
LINES

< > BotCompany Repo | #1003188 // stringsToFiles - make File objects

JavaX fragment (include)

static L<File> stringsToFiles(L<S> l) {
  new L<File> x;
  for (S s : l)
    x.add(new File(s));
  ret x;
}

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: #1003188
Snippet name: stringsToFiles - make File objects
Eternal ID of this version: #1003188/1
Text MD5: 1bfc4de72b397a12c42f27c54be02e28
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-05-25 16:43:10
Source code size: 112 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 420 / 444
Referenced in: [show references]