Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1006516 // deleteConceptsWhere - partial synonym of deleteConcepts

JavaX fragment (include)

static <A extends Concept> L<A> nuLike deleteConceptsWhere(Class<A> c, O... params) {
  ret deleteConcepts(c, params);
}

static <A extends Concept> L<A> nuLike deleteConceptsWhere(Concepts cc, Class<A> c, O... params) {
  ret deleteConcepts(cc, c, params);
}

Author comment

Began life as a copy of #1005068

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1006516
Snippet name: deleteConceptsWhere - partial synonym of deleteConcepts
Eternal ID of this version: #1006516/3
Text MD5: 47a96c06ee894eab03f871c2f6f17299
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-25 17:17:40
Source code size: 265 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 505 / 515
Version history: 2 change(s)
Referenced in: [show references]