final case class ContextRequest[F[_], A](context: A, req: Request[F]) extends Product with Serializable
- Source
- ContextRequest.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContextRequest
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All