Cond

final case class Cond(pseudo: Option[Pseudo], mediaQueries: Vector[Query]) extends ChainOps[Cond]

Condition under which CSS is applicable.

Companion
object
trait Serializable
trait Product
trait Equals
trait ChainOps[Cond]
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def &(p: Pseudo): Cond
def &(q: Query): Cond
def &(b: Cond): Cond
override def toString: String
Definition Classes
Any

Inherited methods

final def active: Cond
Inherited from
ChainOps
final def after: Cond
Inherited from
ChainOps
final def attr(name: String, value: String): Cond
Inherited from
ChainOps
final def attrContains(name: String, value: String): Cond
Inherited from
ChainOps
final def attrEndsWith(name: String, value: String): Cond
Inherited from
ChainOps
final def attrExists(name: String): Cond
Inherited from
ChainOps
final def attrStartsWith(name: String, value: String): Cond
Inherited from
ChainOps
final def before: Cond
Inherited from
ChainOps
final def checked: Cond
Inherited from
ChainOps
final def disabled: Cond
Inherited from
ChainOps
final def empty: Cond
Inherited from
ChainOps
final def enabled: Cond
Inherited from
ChainOps
final def firstChild: Cond
Inherited from
ChainOps
final def firstLetter: Cond
Inherited from
ChainOps
final def firstLine: Cond
Inherited from
ChainOps
final def firstOfType: Cond
Inherited from
ChainOps
final def focus: Cond
Inherited from
ChainOps
final def hover: Cond
Inherited from
ChainOps
final def inRange: Cond
Inherited from
ChainOps
final def invalid: Cond
Inherited from
ChainOps
final def lang(language: String): Cond
Inherited from
ChainOps
final def lastChild: Cond
Inherited from
ChainOps
final def lastOfType: Cond
Inherited from
ChainOps
final def not(selector: String): Cond
Inherited from
ChainOps
final def not(selector: Pseudo): Cond
Inherited from
ChainOps
final def not(f: PseudoF): Cond
Inherited from
ChainOps
final def nthChild(q: NthQuery): Cond
Inherited from
ChainOps
final def nthChild(n: Int): Cond
Inherited from
ChainOps
final def nthLastChild(q: NthQuery): Cond
Inherited from
ChainOps
final def nthLastChild(n: Int): Cond
Inherited from
ChainOps
final def nthLastOfType(q: NthQuery): Cond
Inherited from
ChainOps
final def nthLastOfType(n: Int): Cond
Inherited from
ChainOps
final def nthOfType(q: NthQuery): Cond
Inherited from
ChainOps
final def nthOfType(n: Int): Cond
Inherited from
ChainOps
final def onlyChild: Cond
Inherited from
ChainOps
final def onlyOfType: Cond
Inherited from
ChainOps
final def optional: Cond
Inherited from
ChainOps
final def outOfRange: Cond
Inherited from
ChainOps
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final def readOnly: Cond
Inherited from
ChainOps
final def readWrite: Cond
Inherited from
ChainOps
final def required: Cond
Inherited from
ChainOps
final def selection: Cond
Inherited from
ChainOps
final def target: Cond
Inherited from
ChainOps
final def valid: Cond
Inherited from
ChainOps
final def visited: Cond
Inherited from
ChainOps