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

7
LINES

< > BotCompany Repo | #1014437 // appendToMechList - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)

JavaX fragment (include)

static S appendToMechList(S name, S text) {
  ret botAppendToMechList_uniqCI(name, text);
}

static S appendToMechList(S name, Collection<S> lines) {
  ret botAppendToMechList_uniqCI(name, lines);
}

Author comment

Began life as a copy of #1014379

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014437
Snippet name: appendToMechList - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)
Eternal ID of this version: #1014437/3
Text MD5: 696e67960f5c529c376051d143856722
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-04 22:42:14
Source code size: 204 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 414 / 449
Version history: 2 change(s)
Referenced in: [show references]