Package

org.specs2

html

Permalink

package html

This package provides newtypes for strings representing toc ids

Linear Supertypes
TaggedTypes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. html
  2. TaggedTypes
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type @@[T, U] = T with Tagged[U]

    Permalink
    Definition Classes
    TaggedTypes
  2. case class MarkdownLink(name: String, url: String) extends Product with Serializable

    Permalink

    This class provides functionalities for manipulating Markdown links

  3. type Newtype[Repr, Ops] = Tagged[NewtypeTag[Repr, Ops]]

    Permalink
    Definition Classes
    TaggedTypes
  4. trait NewtypeTag[Repr, Ops] extends AnyRef

    Permalink
    Definition Classes
    TaggedTypes
  5. type SpecId = Tagged[NewtypeTag[String, SpecIdOps]]

    Permalink
  6. case class SpecIdOps(s: String) extends Product with Serializable

    Permalink

    string representing a toc id

  7. type Tagged[U] = AnyRef { type Tag = U }

    Permalink
    Definition Classes
    TaggedTypes
  8. class Tagger[U] extends AnyRef

    Permalink
    Definition Classes
    TaggedTypes

Value Members

  1. def SpecId(id: String): SpecId

    Permalink
  2. def newtype[Repr, Ops](r: Repr): Newtype[Repr, Ops]

    Permalink
    Definition Classes
    TaggedTypes
  3. implicit def newtypeOps[Repr, Ops](t: Newtype[Repr, Ops])(implicit mkOps: (Repr) ⇒ Ops): Ops

    Permalink
    Definition Classes
    TaggedTypes
  4. def tag[U]: Tagger[U]

    Permalink
    Definition Classes
    TaggedTypes

Inherited from TaggedTypes

Inherited from AnyRef

Inherited from Any

Ungrouped