com.ybrikman.ping.scalaapi.bigpipe

HtmlStream

Related Docs: class HtmlStream | package bigpipe

object HtmlStream

Companion object for HtmlStream that contains convenient factory and composition methods.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HtmlStream
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def empty: HtmlStream

    Create an empty HtmlStream

    Create an empty HtmlStream

    returns

  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def flatten(eventuallyStream: Future[HtmlStream])(implicit ec: ExecutionContext): HtmlStream

    Create an HtmlStream from a Future that will eventually contain an HtmlStream.

    Create an HtmlStream from a Future that will eventually contain an HtmlStream.

    eventuallyStream
    returns

  11. def fromHtml(html: Html): HtmlStream

    Create an HtmlStream from Html

    Create an HtmlStream from Html

    html
    returns

  12. def fromHtmlEnumerator(enumerator: Enumerator[Html]): HtmlStream

    Create an HtmlStream from an Enumerator of Html

    Create an HtmlStream from an Enumerator of Html

    enumerator
    returns

  13. def fromHtmlFuture(eventuallyHtml: Future[Html])(implicit ec: ExecutionContext): HtmlStream

    Create an HtmlStream from a Future that will eventually contain Html

    Create an HtmlStream from a Future that will eventually contain Html

    eventuallyHtml
    returns

  14. def fromInterleavedPagelets(pagelets: Pagelet*): HtmlStream

    Create an HtmlStream that interleaves a number of pagelets together so that they stream down in whatever order they become available.

    Create an HtmlStream that interleaves a number of pagelets together so that they stream down in whatever order they become available.

    pagelets
    returns

  15. def fromResult(result: Result)(implicit ec: ExecutionContext, codec: Codec): HtmlStream

    Create an HtmlStream from the body of the Result.

    Create an HtmlStream from the body of the Result.

    result
    returns

  16. def fromResultFuture(result: Future[Result])(implicit ec: ExecutionContext): HtmlStream

    Create an HtmlStream from a the body of a Future[Result].

    Create an HtmlStream from a the body of a Future[Result].

    result
    returns

  17. def fromSequentialPagelets(pagelets: Pagelet*): HtmlStream

    Create an HtmlStream from the given pagelets, sent down in the order they are passed to this function.

    Create an HtmlStream from the given pagelets, sent down in the order they are passed to this function.

    pagelets
    returns

  18. def fromString(text: String): HtmlStream

    Create an HtmlStream from a String

    Create an HtmlStream from a String

    text
    returns

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def interleave(streams: HtmlStream*): HtmlStream

    Interleave multiple HtmlStreams together.

    Interleave multiple HtmlStreams together. Interleaving is done based on whichever HtmlStream next has input ready, if multiple have input ready, the order is undefined.

    streams
    returns

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped