Libraryless. Click here for Pure Java version (13244L/90K).
static <A extends Concept> L<A> nuLike cdelete(Class<A> c, O... params) { ret deleteConcepts(c, params); } svoid cdelete(Concept c) { deleteConcept(c); } static <A extends Concept> void cdelete(Cl<A> c) { for (A a : cloneList(c)) cdelete(a); }
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: | 865 / 1026 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |