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

15
LINES

< > BotCompany Repo | #1028261 // findFiles - synonym of findAllFiles_noDirs

JavaX fragment (include)

static L<File> findFiles(L dirs) {
  ret findAllFiles_noDirs(dirs);
}



// dirs are String's or File's
static L<File> findFiles(O... dirs) {
  ret findAllFiles_noDirs(dirs);
}

// dirs are String's or File's
static L<File> findFiles(File dir, IPred<File> pred) {
  ret filter(pred, findAllFiles_noDirs(dir));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028261
Snippet name: findFiles - synonym of findAllFiles_noDirs
Eternal ID of this version: #1028261/2
Text MD5: 9714d55bf510acc5da4f7f72a567252b
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-22 12:27:17
Source code size: 325 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 121 / 156
Version history: 1 change(s)
Referenced in: [show references]