Libraryless. Click here for Pure Java version (13244L/90K).
1 | static <A extends Concept> L<A> nuLike cdelete(Class<A> c, O... params) {
|
2 | ret deleteConcepts(c, params); |
3 | } |
4 | |
5 | svoid cdelete(Concept c) {
|
6 | deleteConcept(c); |
7 | } |
8 | |
9 | static <A extends Concept> void cdelete(Cl<A> c) {
|
10 | for (A a : cloneList(c)) cdelete(a); |
11 | } |
Began life as a copy of #1005068
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1005249 |
| Snippet name: | cdelete - partial synonym of deleteConcepts |
| Eternal ID of this version: | #1005249/4 |
| Text MD5: | d4f80ee062dcadf4bc666ddd2cc15b12 |
| Transpilation MD5: | b39ac826971a1406c69b639cda394e1c |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-01 13:53:50 |
| Source code size: | 261 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 871 / 1034 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |