c

org.http4s.dsl.impl.Responses

RangeNotSatisfiableOps

final class RangeNotSatisfiableOps[F[_], G[_]] extends AnyVal with EntityResponseGenerator[F, G]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RangeNotSatisfiableOps
  2. EntityResponseGenerator
  3. ResponseGenerator
  4. AnyVal
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RangeNotSatisfiableOps(status: RangeNotSatisfiable.type)

Value Members

  1. def apply[A](body: A, headers: Header*)(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]
    Definition Classes
    EntityResponseGenerator
  2. def apply[A](body: G[A])(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]
    Definition Classes
    EntityResponseGenerator
  3. def apply(headers: Header*)(implicit F: Applicative[F]): F[Response[G]]
    Definition Classes
    EntityResponseGenerator
  4. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  5. val status: RangeNotSatisfiable.type