Libraryless. Click here for Pure Java version (3947L/26K).
static LPairS chatConvo_userBotPairs(L<JChatConvo.Post> posts) { new LPairS out; for (Pair<JChatConvo.Post> p : overlappingPairs(posts)) if (!p.a.right && p.b.right) out.add(pair(p.a.html, p.b.html)); ret out; }
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: | 443 / 566 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |