ValueT

final case class ValueT[T <: ValueClass](value: Value)

A CSS value that is valid for some context T.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def retype[A <: ValueClass]: ValueT[A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product