static <A extends Concept> A nuLike conceptWhereCI(Class<A> c, O... params) { ret findConceptWhereCI(c, params); } static Concept conceptWhereCI(S c, O... params) { ret findConceptWhereCI(db_mainConcepts(), c, params); } static <A extends Concept> A conceptWhereCI(Concepts concepts, Class<A> c, O... params) { ret findConceptWhereCI(concepts, c, params); } static Concept conceptWhereCI(Concepts concepts, S c, O... params) { ret findConceptWhereCI(concepts, c, params); }
Began life as a copy of #1021143
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023667 |
| Snippet name: | conceptWhereCI - synonym of findConceptWhereCI |
| Eternal ID of this version: | #1023667/1 |
| Text MD5: | dbca30f01decdc2d0a890ebcb849cc5b |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-02 15:47:45 |
| Source code size: | 498 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 585 / 641 |
| Referenced in: | [show references] |