Libraryless. Click here for Pure Java version (2346L/15K).
static Set<S> storedWebPages_LIsFromURLs_startingWithLetterOrDigit(Collection<S> urls) { new TreeSet<S> lis; for (S url : urls) lis.addAll(filter startsWithLetterOrDigit(joinAll(html_contentsOfLIs(storedWebPage(url))))); ret lis; }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023846 |
Snippet name: | storedWebPages_LIsFromURLs_startingWithLetterOrDigit |
Eternal ID of this version: | #1023846/3 |
Text MD5: | f8cfdfeedfed65c6edca1d5d22763a4a |
Transpilation MD5: | a62adae045efa7a9f39f225430fd6374 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-10 14:03:53 |
Source code size: | 246 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 201 / 282 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |