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

15
LINES

< > BotCompany Repo | #1006045 // findConcepts - synonym of findConceptsWhere

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (12613L/85K).

static <A extends Concept> Cl<A> findConcepts(Class<A> c, O... params) {
  ret findConceptsWhere(c, params);
}

static Cl<Concept> findConcepts(S c, O... params) {
  ret findConceptsWhere(c, params);
}

static <A extends Concept> Cl<A> findConcepts(Concepts concepts, Class<A> c, O... params) {
  ret findConceptsWhere(concepts, c, params);
}

static Cl<Concept> findConcepts(Concepts concepts, S c, O... params) {
  ret findConceptsWhere(concepts, c, params);
}

Author comment

Began life as a copy of #1005246

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006045
Snippet name: findConcepts - synonym of findConceptsWhere
Eternal ID of this version: #1006045/2
Text MD5: 659f516770700802c74f1d64df22d51e
Transpilation MD5: 4ce14de46bbbb4c7041b17fabdbe0715
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:51:07
Source code size: 476 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 503 / 579
Version history: 1 change(s)
Referenced in: [show references]