static L<File> filesWithoutNamed(Set<S> names, Iterable<File> files) { ret filter(files, f -> !contains(names, fileName(f))); }
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: | #1028263 |
| Snippet name: | filesWithoutNamed |
| Eternal ID of this version: | #1028263/1 |
| Text MD5: | c8c3d9c456d93d4d11c137ff616450c0 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-03 12:58:33 |
| Source code size: | 131 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 377 / 417 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |