final class MethodNotAllowedOps[F[_], G[_]] extends AnyVal with AllowResponseGenerator[F, G]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MethodNotAllowedOps
- AllowResponseGenerator
- ResponseGenerator
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MethodNotAllowedOps(status: MethodNotAllowed.type)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply[A](allow: Allow, body: A, headers: Header*)(implicit F: Applicative[F], w: EntityEncoder[G, A]): F[Response[G]]
- Definition Classes
- AllowResponseGenerator
- def apply(allow: Allow, headers: Header*)(implicit F: Applicative[F]): F[Response[G]]
- Definition Classes
- AllowResponseGenerator
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val status: MethodNotAllowed.type
- Definition Classes
- MethodNotAllowedOps → ResponseGenerator
- def toString(): String
- Definition Classes
- Any