Packages

final case class ContextRequest[F[_], A](context: A, req: Request[F]) extends Product with Serializable

Source
ContextRequest.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextRequest
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContextRequest(context: A, req: Request[F])

Value Members

  1. val context: A
  2. def mapK[G[_]](fk: ~>[F, G]): ContextRequest[G, A]
  3. val req: Request[F]

Deprecated Value Members

  1. def authInfo: A
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0) Use context instead