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