1 | static void deleteConcept(long id) { |
2 | db_mainConcepts().deleteConcept(id); |
3 | } |
4 | |
5 | static void deleteConcept(Concepts concepts, long id) { |
6 | concepts.deleteConcept(id); |
7 | } |
8 | |
9 | static void deleteConcept(Concept c) { |
10 | if (c != null) c.delete(); |
11 | } |
12 | |
13 | static void deleteConcept(Concept.Ref ref) { |
14 | if (ref != null) deleteConcept(ref.get()); |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006055 |
Snippet name: | deleteConcept |
Eternal ID of this version: | #1006055/6 |
Text MD5: | 860b39b764ca9e75124771af382be4d6 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-23 23:23:29 |
Source code size: | 346 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 604 / 632 |
Version history: | 5 change(s) |
Referenced in: | [show references] |