sO makeAnd(O... l) { ret makeAnd(asList(l)); } sO makeAnd(Cl l) { ret foldr_noSeed((a, b) -> And(a, b), nonNulls(l)); }
Began life as a copy of #1027922
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028165 |
| Snippet name: | makeAnd - construct chain of And(...) objects. now automatically drops nulls |
| Eternal ID of this version: | #1028165/1 |
| Text MD5: | 6a44de2e76a2db46ca7fe3d348274390 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-24 20:07:02 |
| Source code size: | 130 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 431 / 481 |
| Referenced in: | [show references] |