static LS matchX_any_secondGroups(S pat, Iterable<S> l) { new Matches m; new LS out; for (S s : unnull(l)) if (matchX(pat, s, m)) out.add($2); ret out; }
Began life as a copy of #1021436
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: | #1021437 |
| Snippet name: | matchX_any_secondGroups |
| Eternal ID of this version: | #1021437/1 |
| Text MD5: | ef6446c7c260465e91cc8da13e8b870c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-12 19:29:48 |
| Source code size: | 178 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 496 / 525 |
| Referenced in: | [show references] |