Element

net.ruippeixotog.scalascraper.model.Element
See theElement companion trait
object Element

Attributes

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

Members list

Type members

Types

type Strict[E <: Element] = Element { type ThisType = E; }
type Upper[E <: Element] = Element { type ThisType <: E; }