Libraryless. Click here for Pure Java version (12897L/87K).
1 | sbool nuLike hasConceptWhereIC(Class<? extends Concept> c, O... params) {
|
2 | ret conceptWhereIC(c, params) != null; |
3 | } |
4 | |
5 | sbool hasConceptWhereIC(Concepts cc, Class<? extends Concept> c, O... params) {
|
6 | ret conceptWhereIC(cc, c, params) != null; |
7 | } |
Began life as a copy of #1005773
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1023665 |
| Snippet name: | hasConceptWhereIC |
| Eternal ID of this version: | #1023665/5 |
| Text MD5: | 878b6f6b186b88c63d38b25f16b00153 |
| Transpilation MD5: | 58425b7fc6fcf12b7a58ae61cd38755b |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-09 11:54:47 |
| Source code size: | 250 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 484 / 632 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |