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

21
LINES

< > BotCompany Repo | #1023713 // conceptsWhereCI - synonym of findConceptsWhereCI

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

Libraryless. Click here for Pure Java version (12628L/86K).

static <A extends Concept> Cl<A> nuLike conceptsWhereCI(Class<A> c, O... params) {
  ret findConceptsWhereCI(c, params);
}



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



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



static L<Concept> conceptsWhereCI(Concepts concepts, S c, O... params) {
  ret findConceptsWhereCI(concepts, c, params);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023713
Snippet name: conceptsWhereCI - synonym of findConceptsWhereCI
Eternal ID of this version: #1023713/2
Text MD5: 933b93ba59e32647ac3f239e3bd7614a
Transpilation MD5: d740c0999b81ac5920708ced7e670845
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-27 18:14:42
Source code size: 514 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 194 / 284
Version history: 1 change(s)
Referenced in: [show references]