Scrape the page and collect the data
Scrape the page and collect the data
a function which will be called for every result
Download the page and look for tags with a href attribute
Download the page and look for tags with a href attribute
Read the page and execute the method on success
Read the page and execute the method on success
Download a page
Download a page
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
(Since version 2.10.0) use fold instead