static <A extends Concept> L<A> findConceptsWhere(Class<A> c, O... params) { ret filterConcepts(list(c), expandParams(c, params)); } static L<Concept> findConceptsWhere(S c, O... params) { ret filterConcepts(list(c), params); } static <A extends Concept> L<A> findConceptsWhere(Concepts concepts, Class<A> c, O... params) { ret filterConcepts(concepts.list(c), expandParams(c, params)); } static L<Concept> findConceptsWhere(Concepts concepts, S c, O... params) { ret filterConcepts(concepts.list(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, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017214 |
Snippet name: | findConceptsWhere (old without index) |
Eternal ID of this version: | #1017214/1 |
Text MD5: | 4c37ba71110958e4f655d5f16ee95405 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-14 12:27:18 |
Source code size: | 536 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 331 / 363 |
Referenced in: | -