sbool anyNempties(Iterable<S> i) { if (i != null) for (S s : i) if (nempty(s)) true; false; }
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019337 |
| Snippet name: | anyNempties |
| Eternal ID of this version: | #1019337/1 |
| Text MD5: | a43c2a71ff81e7dbff747467a163cc95 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-01 15:16:01 |
| Source code size: | 97 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 629 / 677 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |