Package

io.youi

stream

Permalink

package stream

Visibility
  1. Public
  2. All

Type Members

  1. case class ByClass(className: String) extends Selector with Product with Serializable

    Permalink
  2. case class ById(id: String) extends Selector with Product with Serializable

    Permalink
  3. case class ByMultiple(selectors: Selector*) extends Selector with Product with Serializable

    Permalink
  4. case class ByTag(tagName: String) extends Selector with Product with Serializable

    Permalink
  5. class ByteReader extends AnyRef

    Permalink
  6. trait CacheBuilder extends AnyRef

    Permalink
  7. case class CachedInformation(byId: Map[String, OpenTag], byClass: Map[String, Set[OpenTag]], byTag: Map[String, Set[OpenTag]]) extends Product with Serializable

    Permalink
  8. case class CloseTag(tagName: String, start: Int, end: Int) extends Tag with Product with Serializable

    Permalink
  9. sealed trait Delta extends AnyRef

    Permalink
  10. case class Group(actions: List[StreamAction], priority: Int) extends StreamAction with Product with Serializable

    Permalink
  11. class Grouped extends Delta

    Permalink
  12. class HTMLParser extends AnyRef

    Permalink
  13. class HTMLStream extends AnyRef

    Permalink
  14. case class Insert(position: Int, content: String, priority: Int) extends StreamAction with Product with Serializable

    Permalink
  15. class InsertAfter extends Delta

    Permalink
  16. class InsertBefore extends Delta

    Permalink
  17. class InsertFirstChild extends Delta

    Permalink
  18. class InsertLastChild extends Delta

    Permalink
  19. case class OpenTag(tagName: String, attributes: Map[String, String], start: Int, end: Int, close: Option[CloseTag]) extends Tag with Product with Serializable

    Permalink
  20. case class Process(position: Int, end: Int, processor: (String) ⇒ String, priority: Int) extends StreamAction with Product with Serializable

    Permalink
  21. class Processor extends Delta

    Permalink
  22. class Repeat[Data] extends Delta

    Permalink
  23. class Replace extends Delta

    Permalink
  24. class ReplaceAttribute extends Delta

    Permalink
  25. class ReplaceContent extends Delta

    Permalink
  26. case class Reposition(position: Int, priority: Int) extends StreamAction with Product with Serializable

    Permalink
  27. sealed trait Selector extends AnyRef

    Permalink
  28. case class Skip(position: Int, end: Int, priority: Int) extends StreamAction with Product with Serializable

    Permalink
  29. sealed trait StreamAction extends AnyRef

    Permalink
  30. class StreamableHTML extends AnyRef

    Permalink
  31. sealed trait Tag extends AnyRef

    Permalink
  32. class Template extends Delta

    Permalink

Value Members

  1. object Delta

    Permalink
  2. object HTMLParser

    Permalink
  3. object Selector

    Permalink

Ungrouped