Libraryless. Click here for Pure Java version (11669L/79K).
1 | static <A extends Concept> A nuLike conceptWhereIC(Class<A> c, O... params) { |
2 | ret findConceptWhereCI(c, params); |
3 | } |
4 | |
5 | static Concept conceptWhereIC(S c, O... params) { |
6 | ret findConceptWhereCI(db_mainConcepts(), c, params); |
7 | } |
8 | |
9 | static <A extends Concept> A conceptWhereIC(Concepts concepts, Class<A> c, O... params) { |
10 | ret findConceptWhereCI(concepts, c, params); |
11 | } |
12 | |
13 | static Concept conceptWhereIC(Concepts concepts, S c, O... params) { |
14 | ret findConceptWhereCI(concepts, c, params); |
15 | } |
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: | 354 / 464 |
Version history: | 4 change(s) |
Referenced in: | [show references] |