HandlerAspect

zio.http.HandlerAspect$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Simple[UpperEnv, LowerErr]
trait Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr]
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]
class Object
trait Matchable
class Any
Self type
Simple[UpperEnv, LowerErr]

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[AIn, AOut]: HandlerAspect[Nothing, Any, Nothing, Any]