HttpStatusCode

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type Aux[A] = () => A

Inherited types

Inherited from:
Impl (hidden)

Value members

Concrete methods

def apply[A](implicit instance: HttpStatusCode[A]): HttpStatusCode[A]
def fromSchema[A](schema: Schema[A], cache: Cache): HttpStatusCode[A]

Deprecated methods

Deprecated

Inherited methods

def createCache(): Cache
Inherited from:
Impl (hidden)
final override def fromSchema[A](schema: Schema[A]): F[A]
Definition Classes
Inherited from:
Impl (hidden)

Implicits

Inherited implicits

implicit def derivedImplicitInstance[A](implicit schema: Schema[A]): F[A]
Inherited from:
Impl (hidden)