Package

teststate

domzipper

Permalink

package domzipper

Visibility
  1. Public
  2. All

Type Members

  1. final class Collector[C[_], D <: Next, Next <: NextBase, Out[_]] extends AnyRef

    Permalink
  2. final class DomZipper[+D <: Base, Next <: NextBase, Out[_]] extends AnyRef

    Permalink

    DOM Zipper.

    DOM Zipper.

    D

    The type of the current DOM focus.

    Next

    The type of all DOM children.

    Out

    The shape of all output that can potentially fail.

  3. trait ErrorHandler[Result[_]] extends AnyRef

    Permalink
  4. trait Exports extends AnyRef

    Permalink
  5. case class HtmlScrub(run: (String) ⇒ String) extends Product with Serializable

    Permalink

    Arbitrary preprocessor that DomZipper applies before returning any HTML text.

  6. final case class MofN(m: Int, n: Int) extends Product with Serializable

    Permalink

Value Members

  1. object Collector

    Permalink
  2. object DomZipper

    Permalink
  3. object ErrorHandler

    Permalink
  4. object Exports extends Exports

    Permalink
  5. object HtmlScrub extends Serializable

    Permalink
  6. object MofN extends Serializable

    Permalink

Ungrouped