Decoder

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

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

Concrete methods

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