DataConverters

scalatags.DataConverters
See theDataConverters companion trait

Module containing convenient ways of constructing CSS data types

Attributes

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

Members list

Type members

Inherited classlikes

class CssNumber[T](x: T)(implicit evidence$1: Numeric[T])

Extends numbers to provide a bunch of useful methods, allowing you to write CSS-lengths in a nice syntax without resorting to strings.

Extends numbers to provide a bunch of useful methods, allowing you to write CSS-lengths in a nice syntax without resorting to strings.

Attributes

Inherited from:
DataConverters
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def Byte2CssNumber(x: Byte): CssNumber[Byte]

Attributes

Inherited from:
DataConverters
implicit def Double2CssNumber(x: Double): CssNumber[Double]

Attributes

Inherited from:
DataConverters
implicit def Float2CssNumber(x: Float): CssNumber[Float]

Attributes

Inherited from:
DataConverters
implicit def Int2CssNumber(x: Int): CssNumber[Int]

Attributes

Inherited from:
DataConverters
implicit def Long2CssNumber(x: Long): CssNumber[Long]

Attributes

Inherited from:
DataConverters
implicit def Short2CssNumber(x: Short): CssNumber[Short]

Attributes

Inherited from:
DataConverters