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

9
LINES

< > BotCompany Repo | #1021274 // ai_splitEntriesWithMultipleDoubleArrows

JavaX fragment (include)

1  
static LS ai_splitEntriesWithMultipleDoubleArrows(LS l) {
2  
  new LS out;
3  
  for (S s : unnull(l))
4  
    if (l(splitAtDoubleArrow(javaTokWithBrackets(s))) > 2)
5  
      addAll(out, tlft(s));
6  
    else
7  
      out.add(s);
8  
  ret out;
9  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021274
Snippet name: ai_splitEntriesWithMultipleDoubleArrows
Eternal ID of this version: #1021274/3
Text MD5: e7cc9b05ccb3187ed611b358b29232a1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-06 14:15:27
Source code size: 230 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 238 / 278
Version history: 2 change(s)
Referenced in: [show references]