Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1005523 // findConcept - synonym of findConceptWhere

JavaX fragment (include)

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);
}

Author comment

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: 596 / 610
Referenced in: [show references]