static int countThat(Iterable c, O pred) { ret nfilter(c, pred); } static int countThat(O pred, Iterable c) { ret nfilter(pred, c); }
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: | #1023405 |
| Snippet name: | countThat - synonym of nfilter |
| Eternal ID of this version: | #1023405/1 |
| Text MD5: | b9ba38af0210d8c55e21e096f5f80417 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-17 20:59:51 |
| Source code size: | 142 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 455 / 505 |
| Referenced in: | [show references] |