Libraryless. Click here for Pure Java version (2776L/16K).
1 | static L<File> dirsThatExist(S... dirs) {
|
2 | ret mapNonNulls(dirs, d -> dirOtherwiseNull(newFile(d))); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030636 |
| Snippet name: | dirsThatExist |
| Eternal ID of this version: | #1030636/1 |
| Text MD5: | 49a4023f1313304927cdf70685d18017 |
| Transpilation MD5: | 7b47ba49e9691db7cd0d25e92545b303 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-02-09 10:32:11 |
| Source code size: | 105 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 401 / 504 |
| Referenced in: | [show references] |