Packages

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. Protected

Instance Constructors

  1. new ResultSyntax(r: R)

Type Members

  1. type Self = R

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. def addCookie(name: String, content: String, expires: Option[HttpDate] = None): Self
  5. def addCookie(cookie: ResponseCookie): Self
  6. def as[T](implicit F: MonadError[F, Throwable], decoder: EntityDecoder[F, T]): F[T]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def attemptAs[T](implicit decoder: EntityDecoder[F, T]): DecodeResult[F, T]
  9. def charset: Option[Charset]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def contentLength: Option[Long]
  12. def contentType: Option[Content-Type]
  13. def cookies: List[ResponseCookie]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def filterHeaders(f: (Header) => Boolean): Self
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def isChunked: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def putHeaders(headers: Header*): Self
  25. def removeCookie(name: String): Self
  26. def removeCookie(cookie: ResponseCookie): Self
  27. def removeHeader(key: HeaderKey): Self
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def trailerHeaders(implicit F: Applicative[F]): F[Headers]
  31. def transformHeaders(f: (Headers) => Headers): Self
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def withAttribute[A](key: Key[A], value: A): Self
  36. def withAttributes(attributes: Vault): Self
  37. def withContentType(contentType: Content-Type): Self
  38. def withContentTypeOption(contentTypeO: Option[Content-Type]): Self
  39. def withHeaders(headers: Header*): Self
  40. def withHeaders(headers: Headers): Self
  41. def withHttpVersion(httpVersion: HttpVersion): Self
  42. def withStatus(status: Status): Self
  43. def withTrailerHeaders(trailerHeaders: F[Headers]): Self
  44. def withoutAttribute(key: Key[_]): Self
  45. def withoutContentType: Self
  46. def withoutTrailerHeaders: Self

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def replaceAllHeaders(headers: Header*): Self
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.0-M2) Use withHeaders instead

  3. def replaceAllHeaders(headers: Headers): Self
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.0-M2) Use withHeaders instead

  4. def withType(t: MediaType)(implicit F: Functor[F]): Self
    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped