Builder

scalatags.text.Builder
See theBuilder companion class
object Builder

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Builder.type

Members list

Type members

Classlikes

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueSource
class Object
trait Matchable
class Any
Show all
case class GenericAttrValueSource(v: String) extends ValueSource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueSource
class Object
trait Matchable
class Any
Show all
case class StyleValueSource(s: Style, v: String) extends ValueSource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ValueSource
class Object
trait Matchable
class Any
Show all
trait ValueSource

More-or-less internal trait, used to package up the parts of a textual attribute or style so that we can append the chunks directly to the output buffer. Improves perf over immediately combining them into a string and storing that, since this avoids allocating that intermediate string.

More-or-less internal trait, used to package up the parts of a textual attribute or style so that we can append the chunks directly to the output buffer. Improves perf over immediately combining them into a string and storing that, since this avoids allocating that intermediate string.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes