Package

scalatags

text

Permalink

package text

Visibility
  1. Public
  2. All

Type Members

  1. class Builder extends AnyRef

    Permalink

    Object to aggregate the modifiers into one coherent data structure so the final HTML string can be properly generated.

    Object to aggregate the modifiers into one coherent data structure so the final HTML string can be properly generated. It's really gross internally, but bloody fast. Even using pre-built data structures like mutable.Buffer slows down the benchmarks considerably. Also exposes more of its internals than it probably should for performance, so even though the stuff isn't private, don't touch it!

  2. trait Frag extends generic.Frag[Builder, String]

    Permalink
  3. trait SvgTags extends generic.SvgTags[Builder, String, String] with TagFactory

    Permalink
  4. trait TagFactory extends Util[Builder, String, String]

    Permalink

    Created by haoyi on 7/9/16.

  5. trait Tags extends generic.Tags[Builder, String, String] with TagFactory

    Permalink
  6. trait Tags2 extends generic.Tags2[Builder, String, String] with TagFactory

    Permalink

Value Members

  1. object Builder

    Permalink

Ungrouped