RequestHandlerMiddleware

zio.http.RequestHandlerMiddleware$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

trait Contextual[+LowerEnv, -UpperEnv, +LowerErr, -UpperErr] extends Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr] with Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr]

Attributes

Graph
Supertypes
trait Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr]
trait Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr]
class Object
trait Matchable
class Any
Known subtypes
trait Simple[UpperEnv, LowerErr]
Self type
Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr]
trait Simple[-UpperEnv, +LowerErr] extends Contextual[Nothing, UpperEnv, LowerErr, Any]

Attributes

Graph
Supertypes
trait Contextual[Nothing, UpperEnv, LowerErr, Any]
trait Contextual[Nothing, UpperEnv, LowerErr, Any]
trait Contextual[Nothing, UpperEnv, LowerErr, Any]
class Object
trait Matchable
class Any
Self type
Simple[UpperEnv, LowerErr]
final implicit class SimpleSyntax[R, Err](val self: RequestHandlerMiddleware[Nothing, R, Err, Any]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Types

type WithOut[+LowerEnv, -UpperEnv, +LowerErr, -UpperErr, OutEnv0[_], OutErr0[_]] = Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr] { type OutEnv = OutEnv0; type OutErr = OutErr0; }

Value members

Concrete methods

def identity: RequestHandlerMiddleware[Nothing, Any, Nothing, Any]

Implicits

Implicits

final implicit def SimpleSyntax[R, Err](self: RequestHandlerMiddleware[Nothing, R, Err, Any]): SimpleSyntax[R, Err]