Libraryless. Click here for Pure Java version (3947L/26K).
1 | static LPairS chatConvo_userBotPairs(L<JChatConvo.Post> posts) {
|
2 | new LPairS out; |
3 | for (Pair<JChatConvo.Post> p : overlappingPairs(posts)) |
4 | if (!p.a.right && p.b.right) |
5 | out.add(pair(p.a.html, p.b.html)); |
6 | ret out; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026823 |
| Snippet name: | chatConvo_userBotPairs |
| Eternal ID of this version: | #1026823/2 |
| Text MD5: | 0b01384bd9151660645695b33740a8e5 |
| Transpilation MD5: | 510242b973476941131669d6da987fcf |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-25 15:52:06 |
| Source code size: | 233 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 445 / 568 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |