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

5
LINES

< > BotCompany Repo | #1015087 // fileNames

JavaX fragment (include)

static L<S> fileNames(Collection<File> l) {
  new L<S> out;
  for (File f : unnull(l)) out.add(fileName(f));
  ret out;
}

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: #1015087
Snippet name: fileNames
Eternal ID of this version: #1015087/1
Text MD5: 6eb740c0cfea82836fe3cd41c9622c39
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-08 01:48:47
Source code size: 125 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 402 / 414
Referenced in: [show references]