Aggregate

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

Type members

Classlikes

class ApplyTags(e: Builder[Output, FragT])
class StyleFrag(s: StylePair[Builder[Output, FragT], _]) extends StyleSheetFrag

Types

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

Concrete methods

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

Concrete fields

val RawFrag: RawFrag
val StringFrag: StringFrag
val Tag: TypedTag

Implicits

Implicits

implicit def ClsModifier(s: Cls): Modifier
implicit def stringFrag(v: String): StringFrag

Inherited implicits

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 val stringPixelStyle: PixelStyleValue[String]
Inherited from
Aggregate
implicit val stringStyle: StyleValue[String]
Inherited from
Aggregate