static L<File> filterFilesBySuffixIC(Collection<File> l, S suffix) { ret [File f : l | endsWithIC(f.getName(), suffix)]; }
Began life as a copy of #1003915
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1008822 |
| Snippet name: | filterFilesBySuffixIC |
| Eternal ID of this version: | #1008822/1 |
| Text MD5: | f39d57ff34c188c2743261e4fa923313 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-06-10 13:45:14 |
| Source code size: | 126 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 749 / 791 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |