static <A extends Concept> Cl<A> nuLike conceptsWhere(Class<A> c, O... params) { ret findConceptsWhere(c, params); } static Cl<Concept> conceptsWhere(S c, O... params) { ret findConceptsWhere(c, params); } static <A extends Concept> Cl<A> conceptsWhere(Concepts concepts, Class<A> c, O... params) { ret findConceptsWhere(concepts, c, params); }
Began life as a copy of #1005064
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005246 |
| Snippet name: | conceptsWhere - synonym of findConceptsWhere |
| Eternal ID of this version: | #1005246/4 |
| Text MD5: | 52d60bb19d51030fbb74df90458808cf |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-27 12:50:45 |
| Source code size: | 362 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1234 / 1265 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |