1 | static L<File> findFiles(L dirs) {
|
2 | ret findAllFiles_noDirs(dirs); |
3 | } |
4 | |
5 | |
6 | |
7 | // dirs are String's or File's |
8 | static L<File> findFiles(O... dirs) {
|
9 | ret findAllFiles_noDirs(dirs); |
10 | } |
11 | |
12 | // dirs are String's or File's |
13 | static L<File> findFiles(File dir, IPred<File> pred) {
|
14 | ret filter(pred, findAllFiles_noDirs(dir)); |
15 | } |
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: | 407 / 451 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |