ContextResponse

org.http4s.ContextResponse
See theContextResponse companion object
final case class ContextResponse[F[_], A](context: A, response: Response[F])

Attributes

Companion
object
Source
ContextResponse.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapContext[B](f: A => B): ContextResponse[F, B]

Attributes

Source
ContextResponse.scala
def mapK[G[_]](fk: FunctionK[F, G]): ContextResponse[G, A]

Attributes

Source
ContextResponse.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product