static L<File> filesStartingWithLetter(Iterable<File> l) { ret [File f : unnull(l) | startsWithLetter(fileName(f))]; }
Began life as a copy of #1018653
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018654 |
Snippet name: | filesStartingWithLetter |
Eternal ID of this version: | #1018654/1 |
Text MD5: | 90fbc9c56aeb003344ac8243e767264f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-08 11:46:09 |
Source code size: | 122 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 362 / 402 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018711 - fileNamesStartingWith #1019575 - filesNewerThan_orEq #1020334 - filesStartingWith (checks just the name) |