static bool isCIPrefixPlusGlobalID_oneOf(S s, S... prefixes) { for (S prefix : prefixes) if (isCIPrefixPlusGlobalID(s, prefix)) true; false; }
Began life as a copy of #1013517
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013653 |
| Snippet name: | isCIPrefixPlusGlobalID_oneOf |
| Eternal ID of this version: | #1013653/1 |
| Text MD5: | 47ff67cd10ec82c06d07b52244e867cb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-15 13:57:45 |
| Source code size: | 154 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 598 / 610 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |