static LS ai_splitEntriesWithMultipleDoubleArrows(LS l) { new LS out; for (S s : unnull(l)) if (l(splitAtDoubleArrow(javaTokWithBrackets(s))) > 2) addAll(out, tlft(s)); else out.add(s); ret out; }
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: | 569 / 605 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021354 - containsDoubleArrowAtBeginningOfLine #1021355 - ai_splitConjoinedRules - "a => b => c" to "a => b" and "b => c" |