GenericDecoder

medeia.generic.GenericDecoder
See theGenericDecoder companion object
trait GenericDecoder[A] extends BsonDecoder[A]

Attributes

Companion:
object
Graph
Supertypes
trait BsonDecoder[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def decode(bson: BsonValue): EitherNec[BsonDecoderError, A]

Attributes

Inherited from:
BsonDecoder
def defaultValue: Option[A]

Attributes

Inherited from:
BsonDecoder
def emap[B](f: A => Either[String, B]): BsonDecoder[B]

Attributes

Inherited from:
BsonDecoder
def map[B](f: A => B): BsonDecoder[B]

Attributes

Inherited from:
BsonDecoder