Decoder

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

Value members

Abstract methods

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