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

7
LINES

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

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1014246

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: #1014349
Snippet name: addToMechList - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)
Eternal ID of this version: #1014349/4
Text MD5: c60ad715d551a284a1aad6da32a0b3f2
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-06 01:54:00
Source code size: 192 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 408 / 458
Version history: 3 change(s)
Referenced in: [show references]