sbool domainIsUnderOneOf(S domain, S... domains) { fOr (S d : domains) if (domainIsUnder(domain, d)) true; false; }
Began life as a copy of #1023589
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: | #1028049 |
| Snippet name: | domainIsUnderOneOf |
| Eternal ID of this version: | #1028049/1 |
| Text MD5: | 3dc249e31194bd5bfd3723d8d70652b0 |
| Author: | stefan |
| Category: | javax / networking |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-09 22:53:27 |
| Source code size: | 134 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 409 / 443 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |