implicits

scalatags.Text.implicits

Attributes

Graph
Supertypes
trait Aggregate
trait Aggregate[Builder, String, String]
trait Aliases[Builder, String, String]
class Object
trait Matchable
class Any
Show all
Self type
implicits.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
implicit class StyleFrag(s: StylePair[Builder, _]) extends StyleSheetFrag

Attributes

Inherited from:
Aggregate
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Attr = Attr

Attributes

Inherited from:
Aliases
type AttrPair = AttrPair[Builder, _]

Attributes

Inherited from:
Aliases
type AttrValue[V] = AttrValue[Builder, V]

Attributes

Inherited from:
Aliases
type Attrs = Attrs[Builder, Output, FragT]

Attributes

Inherited from:
Aliases
type Frag = Frag[Builder, FragT]

Attributes

Inherited from:
Aliases
type Modifier = Modifier[Builder]

Attributes

Inherited from:
Aliases
type PixelStyleValue[V] = PixelStyleValue[Builder, V]

Attributes

Inherited from:
Aliases
type RawFrag = RawFrag

A Modifier which contains a String which will not be escaped.

A Modifier which contains a String which will not be escaped.

Attributes

Inherited from:
Aggregate

A Modifier which contains a String.

A Modifier which contains a String.

Attributes

Inherited from:
Aggregate
type Style = Style

Attributes

Inherited from:
Aliases
type StyleValue[V] = StyleValue[Builder, V]

Attributes

Inherited from:
Aliases
type Styles = Styles[Builder, Output, FragT]

Attributes

Inherited from:
Aliases
type Styles2 = Styles2[Builder, Output, FragT]

Attributes

Inherited from:
Aliases
type SvgAttrs = SvgAttrs[Builder, Output, FragT]

Attributes

Inherited from:
Aliases
type SvgTags = SvgTags[Builder, Output, FragT]

Attributes

Inherited from:
Aliases
type Tag = TypedTag[Builder, Output, FragT]

Attributes

Inherited from:
Aliases
type Tags = Tags[Builder, Output, FragT]

Attributes

Inherited from:
Aliases
type Tags2 = Tags2[Builder, Output, FragT]

Attributes

Inherited from:
Aliases
type Util = Util[Builder, Output, FragT]

Attributes

Inherited from:
Aliases

Value members

Inherited methods

def genericAttr[T]: AttrValue[T]

Attributes

Inherited from:
Aggregate
def genericPixelStyle[T](implicit ev: StyleValue[T]): PixelStyleValue[T]

Attributes

Inherited from:
Aggregate
def genericPixelStylePx[T](implicit ev: StyleValue[String]): PixelStyleValue[T]

Attributes

Inherited from:
Aggregate

Attributes

Inherited from:
Aggregate
def raw(s: String): RawFrag

Delimits a string that should be included in the result as raw, un-escaped HTML

Delimits a string that should be included in the result as raw, un-escaped HTML

Attributes

Inherited from:
Aggregate

Inherited fields

val RawFrag: RawFrag.type

Attributes

Inherited from:
Aggregate
val StringFrag: StringFrag.type

Attributes

Inherited from:
Aggregate
val Tag: TypedTag.type

Attributes

Inherited from:
Aggregate

Implicits

Inherited implicits

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

Attributes

Inherited from:
DataConverters
implicit def ClsModifier(s: Cls): Modifier

Attributes

Inherited from:
Aggregate
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
final implicit def StyleFrag(s: StylePair[Builder, _]): StyleFrag

Attributes

Inherited from:
Aggregate
implicit val booleanAttr: AttrValue[Boolean]

Attributes

Inherited from:
Aggregate
implicit val booleanPixelStyle: PixelStyleValue[Boolean]

Attributes

Inherited from:
Aggregate
implicit val booleanStyle: StyleValue[Boolean]

Attributes

Inherited from:
Aggregate
implicit val byteAttr: AttrValue[Byte]

Attributes

Inherited from:
Aggregate
implicit def byteFrag(v: Byte): Frag

Attributes

Inherited from:
Aggregate
implicit val bytePixelStyle: PixelStyleValue[Byte]

Attributes

Inherited from:
Aggregate
implicit val byteStyle: StyleValue[Byte]

Attributes

Inherited from:
Aggregate
implicit val doubleAttr: AttrValue[Double]

Attributes

Inherited from:
Aggregate
implicit def doubleFrag(v: Double): Frag

Attributes

Inherited from:
Aggregate
implicit val doublePixelStyle: PixelStyleValue[Double]

Attributes

Inherited from:
Aggregate
implicit val doubleStyle: StyleValue[Double]

Attributes

Inherited from:
Aggregate
implicit val floatAttr: AttrValue[Float]

Attributes

Inherited from:
Aggregate
implicit def floatFrag(v: Float): Frag

Attributes

Inherited from:
Aggregate
implicit val floatPixelStyle: PixelStyleValue[Float]

Attributes

Inherited from:
Aggregate
implicit val floatStyle: StyleValue[Float]

Attributes

Inherited from:
Aggregate
implicit val intAttr: AttrValue[Int]

Attributes

Inherited from:
Aggregate
implicit def intFrag(v: Int): Frag

Attributes

Inherited from:
Aggregate
implicit val intPixelStyle: PixelStyleValue[Int]

Attributes

Inherited from:
Aggregate
implicit val intStyle: StyleValue[Int]

Attributes

Inherited from:
Aggregate
implicit val longAttr: AttrValue[Long]

Attributes

Inherited from:
Aggregate
implicit def longFrag(v: Long): Frag

Attributes

Inherited from:
Aggregate
implicit val longPixelStyle: PixelStyleValue[Long]

Attributes

Inherited from:
Aggregate
implicit val longStyle: StyleValue[Long]

Attributes

Inherited from:
Aggregate
implicit val shortAttr: AttrValue[Short]

Attributes

Inherited from:
Aggregate
implicit def shortFrag(v: Short): Frag

Attributes

Inherited from:
Aggregate
implicit val shortPixelStyle: PixelStyleValue[Short]

Attributes

Inherited from:
Aggregate
implicit val shortStyle: StyleValue[Short]

Attributes

Inherited from:
Aggregate
implicit val stringAttr: AttrValue[String]

Attributes

Inherited from:
Aggregate
implicit def stringFrag(v: String): Frag

Attributes

Inherited from:
Aggregate
implicit val stringPixelStyle: PixelStyleValue[String]

Attributes

Inherited from:
Aggregate
implicit val stringStyle: StyleValue[String]

Attributes

Inherited from:
Aggregate