1 | static bool allStartWithUpperCase(L<S> l) {
|
2 | for (S s : l) |
3 | if (!startsWithUpperCase(s)) |
4 | false; |
5 | true; |
6 | } |
Began life as a copy of #1012576
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: | #1012577 |
| Snippet name: | allStartWithUpperCase |
| Eternal ID of this version: | #1012577/2 |
| Text MD5: | 82400ebb80e2072fcb9a57e788c07b89 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-07 14:03:48 |
| Source code size: | 120 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 643 / 648 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |