static L<S> containingJavaToken(Collection<S> l, S token) { new L<S> out; for (S s : unnull(l)) if (containsJavaToken(s, token)) out.add(s); ret out; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012944 |
| Snippet name: | containingJavaToken |
| Eternal ID of this version: | #1012944/1 |
| Text MD5: | 1d37c46f971009e3a5775ca743cd19cf |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-18 16:48:48 |
| Source code size: | 173 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 632 / 631 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012950 - containingAllJavaTokens |