Class

org.http4s.rho.ResultSyntaxInstances

ResultSyntax

Related Doc: package ResultSyntaxInstances

Permalink

implicit class ResultSyntax[R >: TopResult[F] <: BaseResult[F]] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultSyntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultSyntax(r: R)

    Permalink

Type Members

  1. type Self = R

    Permalink

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[HttpDate] = None): Self

    Permalink
  5. def addCookie(cookie: ResponseCookie): Self

    Permalink
  6. def as[T](implicit F: Functor[F], decoder: EntityDecoder[F, T]): F[T]

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
  9. def charset: Option[Charset]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def contentLength: Option[Long]

    Permalink
  12. def contentType: Option[Content-Type]

    Permalink
  13. def cookies: List[ResponseCookie]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  17. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def isChunked: Boolean

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
  26. def removeCookie(name: String): Self

    Permalink
  27. def removeCookie(cookie: ResponseCookie): Self

    Permalink
  28. def removeHeader(key: HeaderKey): Self

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def trailerHeaders(implicit F: Applicative[F]): F[Headers]

    Permalink
  32. def transformHeaders(f: (Headers) ⇒ Headers): Self

    Permalink
  33. final def wait(): Unit

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

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

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

    Permalink
  37. def withAttributes(attributes: Vault): Self

    Permalink
  38. def withContentType(contentType: Content-Type): Self

    Permalink
  39. def withContentTypeOption(contentTypeO: Option[Content-Type]): Self

    Permalink
  40. def withHeaders(headers: Header*): Self

    Permalink
  41. def withHeaders(headers: Headers): Self

    Permalink
  42. def withHttpVersion(httpVersion: HttpVersion): Self

    Permalink
  43. def withStatus(status: Status): Self

    Permalink
  44. def withTrailerHeaders(trailerHeaders: F[Headers]): Self

    Permalink
  45. def withoutAttribute(key: Key[_]): Self

    Permalink
  46. def withoutContentType: Self

    Permalink
  47. def withoutTrailerHeaders: Self

    Permalink

Deprecated Value Members

  1. def replaceAllHeaders(headers: Header*): Self

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.0-M2) Use withHeaders instead

  2. def replaceAllHeaders(headers: Headers): Self

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.0-M2) Use withHeaders instead

  3. def withType(t: MediaType)(implicit F: Functor[F]): Self

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.0-M2) Use withContentType(Content-Type(t)) instead

Inherited from AnyRef

Inherited from Any

Ungrouped