final class NotFoundOps[F[_]] extends AnyVal with EntityResponseGenerator[F]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotFoundOps
  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 NotFoundOps(status: NotFound.type)

Value Members

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