Codec

zio.http.HandlerAspect$.Codec
final class Codec[BIn, AOut](val self: Unit) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[Err, AIn, BOut](decoder: BIn => Either[Err, AIn], encoder: AOut => Either[Err, BOut]): HandlerAspect[Any, Err, AIn, AOut, BIn, BOut]

Concrete fields

val self: Unit