Aggregate

scalatags.Text.Aggregate
trait Aggregate extends Aggregate[Builder, String, String]

Attributes

Graph
Supertypes
trait Aggregate[Builder, String, String]
trait Aliases[Builder, String, String]
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object short.type

Members list

Type members

Classlikes

implicit class StyleFrag(s: StylePair[Builder, _]) extends StyleSheetFrag

Attributes

Supertypes
class Object
trait Matchable
class Any

Types

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

A Modifier which contains a String.

A Modifier which contains a String.

Attributes

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 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

Concrete methods

def genericAttr[T]: AttrValue[T]
def genericPixelStyle[T](implicit ev: StyleValue[T]): PixelStyleValue[T]
def genericPixelStylePx[T](implicit ev: StyleValue[String]): PixelStyleValue[T]
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

Concrete fields

val RawFrag: RawFrag.type
val StringFrag: StringFrag.type
val Tag: TypedTag.type

Implicits

Implicits

implicit def ClsModifier(s: Cls): Modifier
final implicit def StyleFrag(s: StylePair[Builder, _]): StyleFrag
implicit def stringFrag(v: String): Frag

Inherited implicits

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 val stringPixelStyle: PixelStyleValue[String]

Attributes

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

Attributes

Inherited from:
Aggregate