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

15
LINES

< > BotCompany Repo | #1021143 // conceptWhereIC - synonym of findConceptWhereCI

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

Libraryless. Click here for Pure Java version (11669L/79K).

static <A extends Concept> A nuLike conceptWhereIC(Class<A> c, O... params) {
  ret findConceptWhereCI(c, params);
}

static Concept conceptWhereIC(S c, O... params) {
  ret findConceptWhereCI(db_mainConcepts(), c, params);
}

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

static Concept conceptWhereIC(Concepts concepts, S c, O... params) {
  ret findConceptWhereCI(concepts, c, params);
}

Author comment

Began life as a copy of #1019802

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, qsqiayxyrbia, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021143
Snippet name: conceptWhereIC - synonym of findConceptWhereCI
Eternal ID of this version: #1021143/5
Text MD5: 54ecb21389fe37572c9d76af5f8f5ccb
Transpilation MD5: 09c4560a9f1ec5b34b3dd36e3b3e5667
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-02 15:10:10
Source code size: 498 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 269 / 368
Version history: 4 change(s)
Referenced in: [show references]