Frag

trait Frag[Builder, +FragT] extends Modifier[Builder]

Marker sub-type of scalatags.generic.Modifier which signifies that that type can be rendered as a standalone fragment of FragT. This excludes things like scalatags.generic.AttrPairs or scalatags.generic.StylePairs which only make sense as part of a parent fragment

trait Modifier[Builder]
class Object
trait Matchable
class Any
class bindNode[T]
trait TypedTag[Builder, Output, FragT]
class TypedTag[Output]
class TypedTag[Output]
class TypedTag[O]
trait Frag
class RawFrag
trait Frag
class RawFrag
trait Frag[Output, FragT]
class RawFrag

Value members

Abstract methods

def render: FragT

Inherited methods

def applyTo(t: Builder): Unit

Applies this modifier to the specified Builder, such that when rendering is complete the effect of adding this modifier can be seen.

Applies this modifier to the specified Builder, such that when rendering is complete the effect of adding this modifier can be seen.

Inherited from
Modifier