Libraryless. Click here for Pure Java version (1734L/11K).
static L<ES> nempties_es(Collection<ES> c) { new L<ES> l; for (ES x : unnull(c)) if (nempty(getVar(x))) l.add(x); ret l; }
Began life as a copy of #1013202
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023535 |
| Snippet name: | nempties_es |
| Eternal ID of this version: | #1023535/1 |
| Text MD5: | 99cf1b66ccb25d997a3b1b8734558dd0 |
| Transpilation MD5: | 029a8394a4905313820d6e01d3eb800e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-27 13:38:11 |
| Source code size: | 144 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 474 / 612 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |