ToQuery

net.ruippeixotog.scalascraper.dsl.ToQuery
See theToQuery companion trait
object ToQuery extends LowerPriorityToQuery

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToQuery.type

Members list

Type members

Types

type Aux[A, E <: Element] = ToQuery[A] { type Out = E; }

Value members

Concrete methods

def apply[A](implicit toQuery: ToQuery[A]): Aux[A, Out]

Implicits

Implicits

implicit def queryToQuery[E <: Element]: Aux[ElementQuery[E], E]
implicit def typedDocToQuery[D <: Document, E <: Strict[LazyRef(...)]](implicit ev: D <:< Typed[E]): Aux[D, E]
implicit def typedElemToQuery[E <: Strict[LazyRef(...)]]: Aux[E, E]

Inherited implicits

implicit def docToQuery[D <: Document]: Aux[D, Element]

Attributes

Inherited from:
LowerPriorityToQuery
implicit def elemToQuery[E <: Element]: Aux[E, Element]

Attributes

Inherited from:
LowerPriorityToQuery