Codec

smithy4s.http.CodecAPI$.Codec
trait Codec[A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def imap[B](to: A => B, from: B => A): Codec[B]
def xmap[B](to: A => Either[ConstraintError, B], from: B => A): Codec[B]