ContextResponse

final case class ContextResponse[F[_], A](context: A, response: Response[F])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def mapContext[B](f: A => B): ContextResponse[F, B]
def mapK[G[_]](fk: FunctionK[F, G]): ContextResponse[G, A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product