package dsl
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait ImplicitConversions extends AnyRef
- trait LowerPriorityToQuery extends AnyRef
- trait ScrapingOps extends ToIdOps with AllInstances with IdInstances
- trait ToQuery[A] extends AnyRef
A type class indicating that an net.ruippeixotog.scalascraper.model.ElementQuery of some net.ruippeixotog.scalascraper.model.Element type can be created from an object of a given type.
A type class indicating that an net.ruippeixotog.scalascraper.model.ElementQuery of some net.ruippeixotog.scalascraper.model.Element type can be created from an object of a given type.
- A
the type of the object to be made into an
ElementQuery
- class ValidationException extends Exception
Value Members
- object DSL extends ImplicitConversions with ScrapingOps
- object ImplicitConversions extends ImplicitConversions
- object ScrapingOps extends ScrapingOps
- object ToQuery extends LowerPriorityToQuery