Libraryless. Click here for Pure Java version (15685L/101K).
1 | static <A extends Concept> Cl<A> nuLike conceptsWhereIC(Class<A> c, O... params) { |
2 | ret findConceptsWhereCI(c, params); |
3 | } |
4 | |
5 | |
6 | |
7 | static L<Concept> conceptsWhereIC(S c, O... params) { |
8 | ret findConceptsWhereCI(c, params); |
9 | } |
10 | |
11 | |
12 | |
13 | static <A extends Concept> Cl<A> conceptsWhereIC(Concepts concepts, Class<A> c, O... params) { |
14 | ret findConceptsWhereCI(concepts, c, params); |
15 | } |
16 | |
17 | |
18 | |
19 | static L<Concept> conceptsWhereIC(Concepts concepts, S c, O... params) { |
20 | ret findConceptsWhereCI(concepts, c, params); |
21 | } |
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: | 643 / 790 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |