static <A extends Concept> A findConcept(Class<A> c, O... params) { ret findConceptWhere(c, params); } static <A extends Concept> A findConcept(Concepts concepts, Class<A> c, O... params) { ret findConceptWhere(concepts, c, params); }
Began life as a copy of #1005248
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: | #1005523 |
Snippet name: | findConcept - synonym of findConceptWhere |
Eternal ID of this version: | #1005523/1 |
Text MD5: | d432c26fcb625e521023351e137dbe1c |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-12-18 13:11:06 |
Source code size: | 245 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 701 / 724 |
Referenced in: | #1005773 - hasConcept #1006654 - Standard functions list 2 (LIVE, continuation of #761) |