CssSelector

zio.http.template2.CssSelector
See theCssSelector companion object

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class And
class Attribute
class Child
class Class
class Descendant
class Element
class Id
class Not
class Or
class PseudoClass
class Raw
object Universal
Show all

Members list

Value members

Abstract methods

def render: String

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def &(other: CssSelector): CssSelector

Attributes

Inherited from:
CssSelectable
def +(adjacent: CssSelector): CssSelector

Attributes

Inherited from:
CssSelectable
def >(child: CssSelector): CssSelector

Attributes

Inherited from:
CssSelectable
def >>(descendant: CssSelector): CssSelector

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable
def nthChild(formula: String): CssSelector

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable
def part(name: String): CssSelector

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable
def withAttribute(attr: String, value: String): CssSelector

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable

Attributes

Inherited from:
CssSelectable
def |(other: CssSelector): CssSelector

Attributes

Inherited from:
CssSelectable
def ~(sibling: CssSelector): CssSelector

Attributes

Inherited from:
CssSelectable

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Concrete fields