PolyHtmlExtractor

net.ruippeixotog.scalascraper.scraper.PolyHtmlExtractor$
See thePolyHtmlExtractor companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Aux[Out0[E <: Element]] = PolyHtmlExtractor { type Out = [E <: Element] =>> Out0[E]; }

Implicits

Implicits

implicit def polyHtmlExtractorAsExtractor[E <: Element](polyExtractor: PolyHtmlExtractor): HtmlExtractor[E, Out[E]]