Decoder

smithy4s.Document$.Decoder
See theDecoder companion object
trait Decoder[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Decoder[A]

Members list

Value members

Abstract methods

def decode(document: Document): Either[PayloadError, A]

Concrete methods

def map[B](f: A => B): Decoder[B]