final class RangeNotSatisfiableOps[F[_], G[_]] extends AnyVal with EntityResponseGenerator[F, G]
- Source
- Responses.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RangeNotSatisfiableOps
- EntityResponseGenerator
- ResponseGenerator
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RangeNotSatisfiableOps(status: RangeNotSatisfiable.type)
Value Members
-
def
apply[A](body: A, headers: Header*)(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]
- Definition Classes
- EntityResponseGenerator
-
def
apply[A](body: G[A])(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]
- Definition Classes
- EntityResponseGenerator
-
def
apply(headers: Header*)(implicit F: Applicative[F]): F[Response[G]]
- Definition Classes
- EntityResponseGenerator
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
val
status: RangeNotSatisfiable.type
- Definition Classes
- RangeNotSatisfiableOps → ResponseGenerator