Top "Extractor" questions

Scala: Pattern matching when one of two items meets some condition

I'm often writing code that compares two objects and produces a value based on whether they are the same, or …

scala pattern-matching extractor
How To Extract Page URLs From Any Website in Bulk?

I'm looking for a Free solution/tool/software through which I can pull out all of the website's page URLs. …

web-scraping screen-scraping scraper extractor
Replacing case class inheritance with extractors preserving exhaustiveness checks in Scala

I have a simple class hierarchy that represents a graph-like structure with several distinct types of vertexes implemented using case …

scala inheritance pattern-matching case-class extractor