Decoder

trait Decoder[A]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Concrete methods

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