Class

org.http4s.rho.ResultSyntaxInstances

TaskResultSyntax

Related Doc: package ResultSyntaxInstances

Permalink

implicit class TaskResultSyntax[T >: TopResult <: BaseResult] extends ResponseOps

Linear Supertypes
ResponseOps, MessageOps, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TaskResultSyntax
  2. ResponseOps
  3. MessageOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TaskResultSyntax(r: Task[T])

    Permalink

Type Members

  1. type Self = Task[T]

    Permalink
    Definition Classes
    TaskResultSyntax → MessageOps

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addCookie(name: String, content: String, expires: Option[DateTime]): Self

    Permalink
    Definition Classes
    ResponseOps
  5. def addCookie(cookie: Cookie): Self

    Permalink
    Definition Classes
    ResponseOps
  6. def as[T](implicit decoder: EntityDecoder[T]): Task[T]

    Permalink
    Definition Classes
    MessageOps
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def attemptAs[T](implicit decoder: EntityDecoder[T]): DecodeResult[T]

    Permalink
    Definition Classes
    TaskResultSyntax → MessageOps
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def filterHeaders(f: (Header) ⇒ Boolean): Self

    Permalink
    Definition Classes
    TaskResultSyntax → MessageOps
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def putHeaders(headers: Header*): Self

    Permalink
    Definition Classes
    TaskResultSyntax → MessageOps
  21. def removeCookie(name: String): Self

    Permalink
    Definition Classes
    ResponseOps
  22. def removeCookie(cookie: Cookie): Self

    Permalink
    Definition Classes
    ResponseOps
  23. def removeHeader(key: HeaderKey): Self

    Permalink
    Definition Classes
    MessageOps
  24. def replaceAllHeaders(headers: Headers): Self

    Permalink
    Definition Classes
    TaskResultSyntax → MessageOps
  25. def replaceAllHeaders(headers: Header*): Self

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withAttribute[A](key: AttributeKey[A], value: A): Self

    Permalink
    Definition Classes
    TaskResultSyntax → MessageOps
  32. def withAttribute[V](entry: AttributeEntry[V]): Self

    Permalink
    Definition Classes
    MessageOps
  33. def withBody[T](b: T)(implicit w: EntityEncoder[T]): Self

    Permalink
  34. def withContentType(contentType: Option[Content-Type]): Self

    Permalink
    Definition Classes
    MessageOps
  35. def withStatus[S](status: S)(implicit arg0: (S) ⇒ Status): Self

    Permalink
    Definition Classes
    TaskResultSyntax → ResponseOps
  36. def withTrailerHeaders(trailerHeaders: Task[Headers]): Self

    Permalink
    Definition Classes
    MessageOps
  37. def withType(t: MediaType): Self

    Permalink
    Definition Classes
    MessageOps

Deprecated Value Members

  1. final def withHeaders(headers: Header*): Self

    Permalink
    Definition Classes
    MessageOps
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use replaceAllHeaders. Will be removed in 0.11.x

  2. final def withHeaders(headers: Headers): Self

    Permalink
    Definition Classes
    MessageOps
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use replaceAllHeaders. Will be removed in 0.11.x

Inherited from ResponseOps

Inherited from MessageOps

Inherited from AnyRef

Inherited from Any

Ungrouped