ScalaTagsEmbedding

kreuzberg.scalatags.ScalaTagsEmbedding
See theScalaTagsEmbedding companion object
sealed trait ScalaTagsEmbedding extends Frag

Things which we embed into Scalatags.

Attributes

Companion
object
Graph
Supertypes
trait Frag
trait Frag[Builder, String]
trait Modifier[Builder]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited methods

def applyTo(b: 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.

Attributes

Inherited from:
Frag
def render: String

Attributes

Inherited from:
Frag
def writeBytesTo(out: OutputStream): Unit

Attributes

Inherited from:
Frag
def writeTo(strb: Writer): Unit

Attributes

Inherited from:
Frag