DocumentDecoder

Companion:
object
class Object
trait Matchable
class Any

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]