Packages

package text

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class Builder extends AnyRef

    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]
  3. trait SvgTags extends generic.SvgTags[Builder, String, String] with TagFactory
  4. trait TagFactory extends Util[Builder, String, String]

    Created by haoyi on 7/9/16.

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

Value Members

  1. object Builder

Ungrouped