Libraryless. Click here for Pure Java version (15685L/101K).
static <A extends Concept> Cl<A> nuLike conceptsWhereIC(Class<A> c, O... params) { ret findConceptsWhereCI(c, params); } static L<Concept> conceptsWhereIC(S c, O... params) { ret findConceptsWhereCI(c, params); } static <A extends Concept> Cl<A> conceptsWhereIC(Concepts concepts, Class<A> c, O... params) { ret findConceptsWhereCI(concepts, c, params); } static L<Concept> conceptsWhereIC(Concepts concepts, S c, O... params) { ret findConceptsWhereCI(concepts, c, params); }
Began life as a copy of #1005064
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, qsqiayxyrbia, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019802 | 
| Snippet name: | conceptsWhereIC - ignore case when comparing strings | 
| Eternal ID of this version: | #1019802/5 | 
| Text MD5: | 7f4655d905f4bb741d181df89ae90e92 | 
| Transpilation MD5: | c12022c0d51ff59a44fe80831c632377 | 
| Author: | stefan | 
| Category: | javax / concepts | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-06-17 06:51:49 | 
| Source code size: | 499 bytes / 21 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 642 / 788 | 
| Version history: | 4 change(s) | 
| Referenced in: | [show references] |