implicits

object implicits extends Aggregate with DataConverters
trait Aggregate
trait Aggregate[Builder[Output, FragT], Output, FragT]
trait Aliases[Builder[Output, FragT], Output, FragT]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit class ApplyTags(e: Builder[Output, FragT])
Inherited from:
Aggregate
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.

Inherited from:
DataConverters
implicit class StyleFrag(s: StylePair[Builder[Output, FragT], _]) extends StyleSheetFrag
Inherited from:
Aggregate

Inherited types

type Attr = Attr
Inherited from:
Aliases
type AttrPair = AttrPair[Builder, _]
Inherited from:
Aliases
type AttrValue[V] = AttrValue[Builder, V]
Inherited from:
Aliases
type Attrs = Attrs[Builder, Output, FragT]
Inherited from:
Aliases
type Frag = Frag[Builder, FragT]
Inherited from:
Aliases
type Modifier = Modifier[Builder]
Inherited from:
Aliases
type PixelStyleValue[V] = PixelStyleValue[Builder, V]
Inherited from:
Aliases
Inherited from:
Aggregate
Inherited from:
Aggregate
type Style = Style
Inherited from:
Aliases
type StyleValue[V] = StyleValue[Builder, V]
Inherited from:
Aliases
type Styles = Styles[Builder, Output, FragT]
Inherited from:
Aliases
type Styles2 = Styles2[Builder, Output, FragT]
Inherited from:
Aliases
type SvgAttrs = SvgAttrs[Builder, Output, FragT]
Inherited from:
Aliases
type SvgTags = SvgTags[Builder, Output, FragT]
Inherited from:
Aliases
type Tag = TypedTag[Builder, Output, FragT]
Inherited from:
Aliases
type Tags = Tags[Builder, Output, FragT]
Inherited from:
Aliases
type Tags2 = Tags2[Builder, Output, FragT]
Inherited from:
Aliases
type Util = Util[Builder, Output, FragT]
Inherited from:
Aliases

Value members

Inherited methods

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

Inherited fields

val RawFrag: RawFrag.type
Inherited from:
Aggregate
val StringFrag: StringFrag.type
Inherited from:
Aggregate
val Tag: TypedTag.type
Inherited from:
Aggregate

Implicits

Inherited implicits

final implicit def ApplyTags(e: Builder[Output, FragT]): ApplyTags
Inherited from:
Aggregate
implicit def Byte2CssNumber(x: Byte): CssNumber[Byte]
Inherited from:
DataConverters
implicit def ClsModifier(s: Cls): Modifier
Inherited from:
Aggregate
implicit def Double2CssNumber(x: Double): CssNumber[Double]
Inherited from:
DataConverters
implicit def Float2CssNumber(x: Float): CssNumber[Float]
Inherited from:
DataConverters
implicit def Int2CssNumber(x: Int): CssNumber[Int]
Inherited from:
DataConverters
implicit def Long2CssNumber(x: Long): CssNumber[Long]
Inherited from:
DataConverters
implicit def Short2CssNumber(x: Short): CssNumber[Short]
Inherited from:
DataConverters
final implicit def StyleFrag(s: StylePair[Builder[Output, FragT], _]): StyleFrag
Inherited from:
Aggregate
implicit val booleanAttr: AttrValue[Boolean]
Inherited from:
Aggregate
implicit val booleanPixelStyle: PixelStyleValue[Boolean]
Inherited from:
Aggregate
implicit val booleanStyle: StyleValue[Boolean]
Inherited from:
Aggregate
implicit val byteAttr: AttrValue[Byte]
Inherited from:
Aggregate
implicit def byteFrag(v: Byte): Frag
Inherited from:
Aggregate
implicit val bytePixelStyle: PixelStyleValue[Byte]
Inherited from:
Aggregate
implicit val byteStyle: StyleValue[Byte]
Inherited from:
Aggregate
implicit val doubleAttr: AttrValue[Double]
Inherited from:
Aggregate
implicit def doubleFrag(v: Double): Frag
Inherited from:
Aggregate
implicit val doublePixelStyle: PixelStyleValue[Double]
Inherited from:
Aggregate
implicit val doubleStyle: StyleValue[Double]
Inherited from:
Aggregate
implicit val floatAttr: AttrValue[Float]
Inherited from:
Aggregate
implicit def floatFrag(v: Float): Frag
Inherited from:
Aggregate
implicit val floatPixelStyle: PixelStyleValue[Float]
Inherited from:
Aggregate
implicit val floatStyle: StyleValue[Float]
Inherited from:
Aggregate
implicit val intAttr: AttrValue[Int]
Inherited from:
Aggregate
implicit def intFrag(v: Int): Frag
Inherited from:
Aggregate
implicit val intPixelStyle: PixelStyleValue[Int]
Inherited from:
Aggregate
implicit val intStyle: StyleValue[Int]
Inherited from:
Aggregate
implicit val longAttr: AttrValue[Long]
Inherited from:
Aggregate
implicit def longFrag(v: Long): Frag
Inherited from:
Aggregate
implicit val longPixelStyle: PixelStyleValue[Long]
Inherited from:
Aggregate
implicit val longStyle: StyleValue[Long]
Inherited from:
Aggregate
implicit val shortAttr: AttrValue[Short]
Inherited from:
Aggregate
implicit def shortFrag(v: Short): Frag
Inherited from:
Aggregate
implicit val shortPixelStyle: PixelStyleValue[Short]
Inherited from:
Aggregate
implicit val shortStyle: StyleValue[Short]
Inherited from:
Aggregate
implicit val stringAttr: AttrValue[String]
Inherited from:
Aggregate
implicit def stringFrag(v: String): StringFrag
Inherited from:
Aggregate
implicit val stringPixelStyle: PixelStyleValue[String]
Inherited from:
Aggregate
implicit val stringStyle: StyleValue[String]
Inherited from:
Aggregate