Libraryless. Click here for Pure Java version (2142L/14K).
static L<File> filesOlderThanNDays(double days, Iterable<File> l) { ret filter(l, f -> fileOlderThanNDays(f, days)); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025090 |
| Snippet name: | filesOlderThanNDays |
| Eternal ID of this version: | #1025090/2 |
| Text MD5: | 17f5cf15211bc050e4ed989a7efa98a2 |
| Transpilation MD5: | b18a2b2fb3f51c5b1f7b0100ee0645d3 |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-05 14:07:17 |
| Source code size: | 122 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 498 / 629 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |