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

6
LINES

< > BotCompany Repo | #1014542 // replaceIC_transferCase - match IC, try to transfer case

JavaX fragment (include)

static L<S> replaceIC_transferCase(Collection<S> l, S in, S out) {
  new L<S> l2;
  for (S s : l)
    l2.add(eqic(s, in) ? transferCase(s, out) : s);
  ret l2;
}

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: #1014542
Snippet name: replaceIC_transferCase - match IC, try to transfer case
Eternal ID of this version: #1014542/4
Text MD5: 49bc56a73b3bf4778bd3674c6e545f1d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-23 19:52:16
Source code size: 166 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 280 / 325
Version history: 3 change(s)
Referenced in: [show references]