DocumentDecoder

smithy4s.internals.DocumentDecoder
See theDocumentDecoder companion object
trait DocumentDecoder[A]

Attributes

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

Members list

Value members

Abstract methods

def apply(history: List[Segment], document: Document): A
def expected: String

Concrete methods

def emap[B](f: A => Either[ConstraintError, B]): DocumentDecoder[B]
def map[B](f: A => B): DocumentDecoder[B]