static void removeConcept(long id) { deleteConcept(id); } static void removeConcept(Concept c) { deleteConcept(c); } static void removeConcept(Concept.Ref ref) { deleteConcept(ref); }
Began life as a copy of #1006055
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010025 |
| Snippet name: | removeConcept - synonym of deleteConcept |
| Eternal ID of this version: | #1010025/1 |
| Text MD5: | ac4fb5af67223baea850ee321baba8f3 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-29 01:28:16 |
| Source code size: | 203 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 961 / 988 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |