DocumentDecoder

smithy4s.internals.DocumentDecoder
See theDocumentDecoder companion object

Attributes

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

Members list

Concise view

Value members

Abstract methods

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

Concrete methods

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