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 ByTag(tagName: String) extends Selector with Product with Serializable

    Permalink
  4. class ByteReader extends AnyRef

    Permalink
  5. trait CacheBuilder extends AnyRef

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

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

    Permalink
  8. sealed trait Delta extends AnyRef

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

    Permalink
  10. class Grouped extends Delta

    Permalink
  11. class HTMLParser extends AnyRef

    Permalink
  12. class HTMLStream extends AnyRef

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

    Permalink
  14. class InsertAfter extends Delta

    Permalink
  15. class InsertBefore extends Delta

    Permalink
  16. class InsertFirstChild extends Delta

    Permalink
  17. class InsertLastChild extends Delta

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

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

    Permalink
  20. class Processor extends Delta

    Permalink
  21. class Repeat[Data] extends Delta

    Permalink
  22. class Replace extends Delta

    Permalink
  23. class ReplaceAttribute extends Delta

    Permalink
  24. class ReplaceContent extends Delta

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

    Permalink
  26. sealed trait Selector extends AnyRef

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

    Permalink
  28. sealed trait StreamAction extends AnyRef

    Permalink
  29. class StreamableHTML extends AnyRef

    Permalink
  30. sealed trait Tag extends AnyRef

    Permalink
  31. class Template extends Delta

    Permalink

Value Members

  1. object Delta

    Permalink
  2. object HTMLParser

    Permalink
  3. object Selector

    Permalink

Ungrouped